Instructions to use NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: llama cli -hf NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: llama cli -hf NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
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 NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: ./llama-cli -hf NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
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 NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: ./build/bin/llama-cli -hf NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
Use Docker
docker model run hf.co/NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
- LM Studio
- Jan
- Ollama
How to use NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF with Ollama:
ollama run hf.co/NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
- Unsloth Desktop
- Docker Model Runner
How to use NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF with Docker Model Runner:
docker model run hf.co/NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
- Lemonade
How to use NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NexesQuants/Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF:Q5_0_E
Run and chat with the model
lemonade run user.Llama_3.x_70b_TessEva_0.1-iMat-CQ-GGUF-Q5_0_E
List all available models
lemonade list
- Atomic Chat
Upload 4 files
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
Llama_3.x_70b_TessEva_0.1-q5_0_e50_o80_v80.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Llama_3.x_70b_TessEva_0.1-q5_0.iMatrix_GME_V3_FR_SRB_HR2.dat filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Llama_3.x_70b_TessEva_0.1-q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Llama_3.x_70b_TessEva_0.1-q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
Llama_3.x_70b_TessEva_0.1-q5_0.iMatrix_GME_V3_FR_SRB_HR2.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:828ed3adb2c9823ad6251fc05c2035a958e2c059ebc8992d6aa17cd6ee9c323c
|
| 3 |
+
size 24922319
|
Llama_3.x_70b_TessEva_0.1-q5_0_e50_o80_v80.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78c3561288b448a82f1b95c12311e0ce9b15f72e669a252ad06bd4d0a20eec1f
|
| 3 |
+
size 49557568512
|
Llama_3.x_70b_TessEva_0.1-q8_0-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d13fe0b8034acd964d230e5aeb89f1bb74ece28efa303302caba30c7096bbe96
|
| 3 |
+
size 37948171936
|
Llama_3.x_70b_TessEva_0.1-q8_0-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c626a07e77a4606e9174934dec12f7c338f0cd3f7a9510bea4139975cf932a91
|
| 3 |
+
size 37026879040
|