Guest User

Editor.Log LLMUnity

a guest
Sep 10th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. INFO [ print_timings] prompt eval time = 446.98 ms / 31 tokens ( 14.42 ms per token, 69.35 tokens per second) | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 t_prompt_processing=446.98 n_prompt_tokens_processed=31 t_token=14.418709677419356 n_tokens_second=69.35433352722717
  2. INFO [ print_timings] generation eval time = 2017.60 ms / 34 runs ( 59.34 ms per token, 16.85 tokens per second) | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 t_token_generation=2017.596 n_decoded=34 t_token=59.34105882352941 n_tokens_second=16.85173840550834
  3. INFO [ print_timings] total time = 2464.58 ms | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 t_prompt_processing=446.98 t_token_generation=2017.596 t_total=2464.576
  4. INFO [ update_slots] slot released | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 n_ctx=3008 n_past=64 n_system_tokens=0 n_cache_tokens=0 truncated=false
  5. INFO [ update_slots] all slots are idle | tid="16620" timestamp=1725973532
  6. INFO [ print_timings] prompt eval time = 446.98 ms / 31 tokens ( 14.42 ms per token, 69.35 tokens per second) | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 t_prompt_processing=446.98 n_prompt_tokens_processed=31 t_token=14.418709677419356 n_tokens_second=69.35433352722717
  7. INFO [ print_timings] generation eval time = 2017.60 ms / 34 runs ( 59.34 ms per token, 16.85 tokens per second) | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 t_token_generation=2017.596 n_decoded=34 t_token=59.34105882352941 n_tokens_second=16.85173840550834
  8. INFO [ print_timings] total time = 2464.58 ms | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 t_prompt_processing=446.98 t_token_generation=2017.596 t_total=2464.576
  9. INFO [ update_slots] slot released | tid="16620" timestamp=1725973532 id_slot=0 id_task=7 n_ctx=3008 n_past=64 n_system_tokens=0 n_cache_tokens=0 truncated=false
  10. INFO [ update_slots] all slots are idle | tid="16620" timestamp=1725973532
  11. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  12. UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[])
  13. UnityEngine.Logger:Log (UnityEngine.LogType,object)
  14. UnityEngine.Debug:LogWarning (object)
  15. LLMUnity.LLMUnitySetup:LogWarning (string) (at Assets/LLMUnity/Runtime/LLMUnitySetup.cs:143)
  16. LLMUnity.StreamWrapper:Update () (at Assets/LLMUnity/Runtime/LLMLib.cs:66)
  17. LLMUnity.LLM:Update () (at Assets/LLMUnity/Runtime/LLM.cs:483)
Add Comment
Please, Sign In to add comment