Instructions to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF", filename="Hermes-2-Theta-Llama-3-8B.BF16.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S # Run inference directly in the terminal: llama-cli -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S # Run inference directly in the terminal: llama-cli -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
Use Docker
docker model run hf.co/legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
- LM Studio
- Jan
- vLLM
How to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
- Ollama
How to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with Ollama:
ollama run hf.co/legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
- Unsloth Studio
How to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with Docker Model Runner:
docker model run hf.co/legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
- Lemonade
How to use legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull legraphista/Hermes-2-Theta-Llama-3-8B-IMat-GGUF:Q4_K_S
Run and chat with the model
lemonade run user.Hermes-2-Theta-Llama-3-8B-IMat-GGUF-Q4_K_S
List all available models
lemonade list
Upload imatrix.log with huggingface_hub
Browse files- imatrix.log +152 -0
imatrix.log
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
main: build = 3003 (d298382a)
|
| 2 |
+
main: built with cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 for x86_64-linux-gnu
|
| 3 |
+
main: seed = 1716764546
|
| 4 |
+
llama_model_loader: loaded meta data with 23 key-value pairs and 291 tensors from Hermes-2-Theta-Llama-3-8B-IMat-GGUF/Hermes-2-Theta-Llama-3-8B.gguf (version GGUF V3 (latest))
|
| 5 |
+
llama_model_loader: Dumping metadata keys/values. Note: KV overrides do not apply in this output.
|
| 6 |
+
llama_model_loader: - kv 0: general.architecture str = llama
|
| 7 |
+
llama_model_loader: - kv 1: general.name str = Hermes-2-Theta-Llama-3-8B
|
| 8 |
+
llama_model_loader: - kv 2: llama.block_count u32 = 32
|
| 9 |
+
llama_model_loader: - kv 3: llama.context_length u32 = 8192
|
| 10 |
+
llama_model_loader: - kv 4: llama.embedding_length u32 = 4096
|
| 11 |
+
llama_model_loader: - kv 5: llama.feed_forward_length u32 = 14336
|
| 12 |
+
llama_model_loader: - kv 6: llama.attention.head_count u32 = 32
|
| 13 |
+
llama_model_loader: - kv 7: llama.attention.head_count_kv u32 = 8
|
| 14 |
+
llama_model_loader: - kv 8: llama.rope.freq_base f32 = 500000.000000
|
| 15 |
+
llama_model_loader: - kv 9: llama.attention.layer_norm_rms_epsilon f32 = 0.000010
|
| 16 |
+
llama_model_loader: - kv 10: general.file_type u32 = 0
|
| 17 |
+
llama_model_loader: - kv 11: llama.vocab_size u32 = 128256
|
| 18 |
+
llama_model_loader: - kv 12: llama.rope.dimension_count u32 = 128
|
| 19 |
+
llama_model_loader: - kv 13: tokenizer.ggml.model str = gpt2
|
| 20 |
+
llama_model_loader: - kv 14: tokenizer.ggml.pre str = llama-bpe
|
| 21 |
+
llama_model_loader: - kv 15: tokenizer.ggml.tokens arr[str,128256] = ["!", "\"", "#", "$", "%", "&", "'", ...
|
| 22 |
+
llama_model_loader: - kv 16: tokenizer.ggml.token_type arr[i32,128256] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, ...
|
| 23 |
+
llama_model_loader: - kv 17: tokenizer.ggml.merges arr[str,280147] = ["Ġ Ġ", "Ġ ĠĠĠ", "ĠĠ ĠĠ", "...
|
| 24 |
+
llama_model_loader: - kv 18: tokenizer.ggml.bos_token_id u32 = 128000
|
| 25 |
+
llama_model_loader: - kv 19: tokenizer.ggml.eos_token_id u32 = 128003
|
| 26 |
+
llama_model_loader: - kv 20: tokenizer.ggml.padding_token_id u32 = 128001
|
| 27 |
+
llama_model_loader: - kv 21: tokenizer.chat_template str = {{bos_token}}{% for message in messag...
|
| 28 |
+
llama_model_loader: - kv 22: general.quantization_version u32 = 2
|
| 29 |
+
llama_model_loader: - type f32: 291 tensors
|
| 30 |
+
llm_load_vocab: special tokens definition check successful ( 256/128256 ).
|
| 31 |
+
llm_load_print_meta: format = GGUF V3 (latest)
|
| 32 |
+
llm_load_print_meta: arch = llama
|
| 33 |
+
llm_load_print_meta: vocab type = BPE
|
| 34 |
+
llm_load_print_meta: n_vocab = 128256
|
| 35 |
+
llm_load_print_meta: n_merges = 280147
|
| 36 |
+
llm_load_print_meta: n_ctx_train = 8192
|
| 37 |
+
llm_load_print_meta: n_embd = 4096
|
| 38 |
+
llm_load_print_meta: n_head = 32
|
| 39 |
+
llm_load_print_meta: n_head_kv = 8
|
| 40 |
+
llm_load_print_meta: n_layer = 32
|
| 41 |
+
llm_load_print_meta: n_rot = 128
|
| 42 |
+
llm_load_print_meta: n_embd_head_k = 128
|
| 43 |
+
llm_load_print_meta: n_embd_head_v = 128
|
| 44 |
+
llm_load_print_meta: n_gqa = 4
|
| 45 |
+
llm_load_print_meta: n_embd_k_gqa = 1024
|
| 46 |
+
llm_load_print_meta: n_embd_v_gqa = 1024
|
| 47 |
+
llm_load_print_meta: f_norm_eps = 0.0e+00
|
| 48 |
+
llm_load_print_meta: f_norm_rms_eps = 1.0e-05
|
| 49 |
+
llm_load_print_meta: f_clamp_kqv = 0.0e+00
|
| 50 |
+
llm_load_print_meta: f_max_alibi_bias = 0.0e+00
|
| 51 |
+
llm_load_print_meta: f_logit_scale = 0.0e+00
|
| 52 |
+
llm_load_print_meta: n_ff = 14336
|
| 53 |
+
llm_load_print_meta: n_expert = 0
|
| 54 |
+
llm_load_print_meta: n_expert_used = 0
|
| 55 |
+
llm_load_print_meta: causal attn = 1
|
| 56 |
+
llm_load_print_meta: pooling type = 0
|
| 57 |
+
llm_load_print_meta: rope type = 0
|
| 58 |
+
llm_load_print_meta: rope scaling = linear
|
| 59 |
+
llm_load_print_meta: freq_base_train = 500000.0
|
| 60 |
+
llm_load_print_meta: freq_scale_train = 1
|
| 61 |
+
llm_load_print_meta: n_yarn_orig_ctx = 8192
|
| 62 |
+
llm_load_print_meta: rope_finetuned = unknown
|
| 63 |
+
llm_load_print_meta: ssm_d_conv = 0
|
| 64 |
+
llm_load_print_meta: ssm_d_inner = 0
|
| 65 |
+
llm_load_print_meta: ssm_d_state = 0
|
| 66 |
+
llm_load_print_meta: ssm_dt_rank = 0
|
| 67 |
+
llm_load_print_meta: model type = 8B
|
| 68 |
+
llm_load_print_meta: model ftype = all F32
|
| 69 |
+
llm_load_print_meta: model params = 8.03 B
|
| 70 |
+
llm_load_print_meta: model size = 29.92 GiB (32.00 BPW)
|
| 71 |
+
llm_load_print_meta: general.name = Hermes-2-Theta-Llama-3-8B
|
| 72 |
+
llm_load_print_meta: BOS token = 128000 '<|begin_of_text|>'
|
| 73 |
+
llm_load_print_meta: EOS token = 128003 '<|im_end|>'
|
| 74 |
+
llm_load_print_meta: PAD token = 128001 '<|end_of_text|>'
|
| 75 |
+
llm_load_print_meta: LF token = 128 'Ä'
|
| 76 |
+
llm_load_print_meta: EOT token = 128003 '<|im_end|>'
|
| 77 |
+
ggml_cuda_init: GGML_CUDA_FORCE_MMQ: no
|
| 78 |
+
ggml_cuda_init: CUDA_USE_TENSOR_CORES: yes
|
| 79 |
+
ggml_cuda_init: found 1 CUDA devices:
|
| 80 |
+
Device 0: NVIDIA GeForce RTX 4090, compute capability 8.9, VMM: yes
|
| 81 |
+
llm_load_tensors: ggml ctx size = 0.30 MiB
|
| 82 |
+
llm_load_tensors: offloading 23 repeating layers to GPU
|
| 83 |
+
llm_load_tensors: offloaded 23/33 layers to GPU
|
| 84 |
+
llm_load_tensors: CPU buffer size = 30633.02 MiB
|
| 85 |
+
llm_load_tensors: CUDA0 buffer size = 19136.72 MiB
|
| 86 |
+
.........................................................................................
|
| 87 |
+
llama_new_context_with_model: n_ctx = 512
|
| 88 |
+
llama_new_context_with_model: n_batch = 512
|
| 89 |
+
llama_new_context_with_model: n_ubatch = 512
|
| 90 |
+
llama_new_context_with_model: flash_attn = 0
|
| 91 |
+
llama_new_context_with_model: freq_base = 500000.0
|
| 92 |
+
llama_new_context_with_model: freq_scale = 1
|
| 93 |
+
llama_kv_cache_init: CUDA_Host KV buffer size = 18.00 MiB
|
| 94 |
+
llama_kv_cache_init: CUDA0 KV buffer size = 46.00 MiB
|
| 95 |
+
llama_new_context_with_model: KV self size = 64.00 MiB, K (f16): 32.00 MiB, V (f16): 32.00 MiB
|
| 96 |
+
llama_new_context_with_model: CUDA_Host output buffer size = 0.49 MiB
|
| 97 |
+
llama_new_context_with_model: CUDA0 compute buffer size = 2262.50 MiB
|
| 98 |
+
llama_new_context_with_model: CUDA_Host compute buffer size = 9.01 MiB
|
| 99 |
+
llama_new_context_with_model: graph nodes = 1030
|
| 100 |
+
llama_new_context_with_model: graph splits = 103
|
| 101 |
+
|
| 102 |
+
system_info: n_threads = 25 / 32 | AVX = 1 | AVX_VNNI = 0 | AVX2 = 1 | AVX512 = 1 | AVX512_VBMI = 1 | AVX512_VNNI = 1 | AVX512_BF16 = 1 | FMA = 1 | NEON = 0 | SVE = 0 | ARM_FMA = 0 | F16C = 1 | FP16_VA = 0 | WASM_SIMD = 0 | BLAS = 1 | SSE3 = 1 | SSSE3 = 1 | VSX = 0 | MATMUL_INT8 = 0 | LLAMAFILE = 1 |
|
| 103 |
+
compute_imatrix: tokenizing the input ..
|
| 104 |
+
compute_imatrix: tokenization took 71.123 ms
|
| 105 |
+
compute_imatrix: computing over 189 chunks with batch_size 512
|
| 106 |
+
compute_imatrix: 1.10 seconds per pass - ETA 3.47 minutes
|
| 107 |
+
[1]6.7093,[2]5.2192,[3]4.6281,[4]5.8521,[5]5.8939,[6]4.9505,[7]5.2875,[8]5.8677,[9]6.0817,
|
| 108 |
+
save_imatrix: stored collected data after 10 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 109 |
+
[10]6.0511,[11]6.5621,[12]6.3089,[13]6.7770,[14]7.2232,[15]7.4788,[16]7.9077,[17]8.3941,[18]8.5694,[19]8.1400,
|
| 110 |
+
save_imatrix: stored collected data after 20 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 111 |
+
[20]8.0283,[21]7.7469,[22]7.2594,[23]6.9051,[24]6.6862,[25]6.9238,[26]7.0536,[27]7.2167,[28]7.2089,[29]6.8810,
|
| 112 |
+
save_imatrix: stored collected data after 30 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 113 |
+
[30]6.6645,[31]6.5576,[32]6.5316,[33]6.5106,[34]6.5147,[35]6.6542,[36]6.7603,[37]6.9338,[38]7.0092,[39]7.1740,
|
| 114 |
+
save_imatrix: stored collected data after 40 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 115 |
+
[40]7.3507,[41]7.5822,[42]7.7183,[43]7.8980,[44]7.8788,[45]7.8878,[46]7.9950,[47]8.1496,[48]8.1852,[49]8.2834,
|
| 116 |
+
save_imatrix: stored collected data after 50 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 117 |
+
[50]8.3087,[51]8.3517,[52]8.2651,[53]8.2901,[54]8.2892,[55]8.1896,[56]8.0818,[57]8.0914,[58]8.1647,[59]8.2764,
|
| 118 |
+
save_imatrix: stored collected data after 60 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 119 |
+
[60]8.3593,[61]8.2742,[62]8.1604,[63]8.0614,[64]8.0129,[65]7.9229,[66]7.8169,[67]7.6771,[68]7.6417,[69]7.5732,
|
| 120 |
+
save_imatrix: stored collected data after 70 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 121 |
+
[70]7.5909,[71]7.6555,[72]7.6823,[73]7.6835,[74]7.7239,[75]7.6178,[76]7.4781,[77]7.3407,[78]7.2739,[79]7.2243,
|
| 122 |
+
save_imatrix: stored collected data after 80 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 123 |
+
[80]7.1912,[81]7.0820,[82]7.0080,[83]6.9500,[84]6.9788,[85]7.0240,[86]7.0268,[87]6.9794,[88]6.9724,[89]6.9929,
|
| 124 |
+
save_imatrix: stored collected data after 90 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 125 |
+
[90]7.0337,[91]7.0293,[92]7.0346,[93]7.0664,[94]7.1015,[95]7.0799,[96]7.1100,[97]7.1220,[98]7.1252,[99]7.1422,
|
| 126 |
+
save_imatrix: stored collected data after 100 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 127 |
+
[100]7.1407,[101]7.1314,[102]7.1332,[103]7.1716,[104]7.2006,[105]7.2004,[106]7.2386,[107]7.2735,[108]7.2128,[109]7.2214,
|
| 128 |
+
save_imatrix: stored collected data after 110 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 129 |
+
[110]7.2009,[111]7.1498,[112]7.1247,[113]7.0841,[114]7.0388,[115]6.9946,[116]6.9513,[117]6.9099,[118]6.8721,[119]6.9224,
|
| 130 |
+
save_imatrix: stored collected data after 120 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 131 |
+
[120]6.9365,[121]6.9595,[122]7.0130,[123]7.0512,[124]7.1134,[125]7.1760,[126]7.2420,[127]7.3016,[128]7.3830,[129]7.4697,
|
| 132 |
+
save_imatrix: stored collected data after 130 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 133 |
+
[130]7.4394,[131]7.4658,[132]7.4830,[133]7.5096,[134]7.4936,[135]7.4930,[136]7.5370,[137]7.5490,[138]7.5630,[139]7.5897,
|
| 134 |
+
save_imatrix: stored collected data after 140 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 135 |
+
[140]7.6117,[141]7.6153,[142]7.6337,[143]7.5992,[144]7.6183,[145]7.6505,[146]7.6661,[147]7.6744,[148]7.6892,[149]7.7072,
|
| 136 |
+
save_imatrix: stored collected data after 150 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 137 |
+
[150]7.6860,[151]7.6757,[152]7.6887,[153]7.7072,[154]7.7552,[155]7.7220,[156]7.7235,[157]7.7649,[158]7.8167,[159]7.9031,
|
| 138 |
+
save_imatrix: stored collected data after 160 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 139 |
+
[160]7.9716,[161]7.9894,[162]8.0062,[163]8.0187,[164]8.0259,[165]8.0608,[166]8.0651,[167]8.0671,[168]8.0833,[169]8.1123,
|
| 140 |
+
save_imatrix: stored collected data after 170 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 141 |
+
[170]8.1154,[171]8.1165,[172]8.1331,[173]8.1187,[174]8.1275,[175]8.1136,[176]8.1099,[177]8.1108,[178]8.1102,[179]8.1024,
|
| 142 |
+
save_imatrix: stored collected data after 180 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 143 |
+
[180]8.0850,[181]8.1010,[182]8.0732,[183]8.0683,[184]8.0413,[185]8.0746,[186]8.0759,[187]8.0723,[188]8.0278,[189]7.9888,
|
| 144 |
+
save_imatrix: stored collected data after 189 chunks in Hermes-2-Theta-Llama-3-8B-IMat-GGUF/imatrix.dat
|
| 145 |
+
|
| 146 |
+
llama_print_timings: load time = 3066.66 ms
|
| 147 |
+
llama_print_timings: sample time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 148 |
+
llama_print_timings: prompt eval time = 184880.42 ms / 96768 tokens ( 1.91 ms per token, 523.41 tokens per second)
|
| 149 |
+
llama_print_timings: eval time = 0.00 ms / 1 runs ( 0.00 ms per token, inf tokens per second)
|
| 150 |
+
llama_print_timings: total time = 188125.37 ms / 96769 tokens
|
| 151 |
+
|
| 152 |
+
Final estimate: PPL = 7.9888 +/- 0.10218
|