Instructions to use NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF", filename="Llama_3.x_70b_Tess_Athene_128K_v1.0-q5_0_e50_o80_v80.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: llama-cli -hf NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-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-server -hf NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: llama-cli -hf NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-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_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: ./llama-cli -hf NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-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_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E # Run inference directly in the terminal: ./build/bin/llama-cli -hf NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E
Use Docker
docker model run hf.co/NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E
- LM Studio
- Jan
- Ollama
How to use NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF with Ollama:
ollama run hf.co/NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E
- Unsloth Studio
How to use NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-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 NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-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 NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF to start chatting
- Docker Model Runner
How to use NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF with Docker Model Runner:
docker model run hf.co/NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E
- Lemonade
How to use NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull NexesQuants/Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF:Q5_0_E
Run and chat with the model
lemonade run user.Llama_3.x_70b_Tess_Athene_128K_v1.0-iMat-CQ-GGUF-Q5_0_E
List all available models
lemonade list
Upload 2 files
Browse files
.gitattributes
CHANGED
|
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Llama_3.x_70b_Tess_Athene_128K_v1.0-q5_0_e50_o80_v80.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Llama_3.x_70b_Tess_Athene_128K_v1.0-q5_0.iMatrix_GME_V3_FR_SRB_HR_v2.dat filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
Llama_3.x_70b_Tess_Athene_128K_v1.0-q5_0_e50_o80_v80.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Llama_3.x_70b_Tess_Athene_128K_v1.0-q5_0.iMatrix_GME_V3_FR_SRB_HR_v2.dat filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Llama_3.x_70b_Tess_Athene_128K_v1.0-q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Llama_3.x_70b_Tess_Athene_128K_v1.0-q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
Llama_3.x_70b_Tess_Athene_128K_v1.0-q8_0-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc50203e89ffef51ea6c0347445052fe234d4befaf3f221ae4069571bc4e8cf4
|
| 3 |
+
size 37948223936
|
Llama_3.x_70b_Tess_Athene_128K_v1.0-q8_0-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a4f07ed6931117feace96803b05836b347ea7aaf61a8929c6b2f305d1b30274
|
| 3 |
+
size 37026879040
|