Instructions to use Mungert/watt-tool-70B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Mungert/watt-tool-70B-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Mungert/watt-tool-70B-GGUF", filename="f16/watt-tool-70B-F16-00001-of-00004.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 Mungert/watt-tool-70B-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Mungert/watt-tool-70B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Mungert/watt-tool-70B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Mungert/watt-tool-70B-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf Mungert/watt-tool-70B-GGUF:Q4_K_M
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 Mungert/watt-tool-70B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Mungert/watt-tool-70B-GGUF:Q4_K_M
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 Mungert/watt-tool-70B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Mungert/watt-tool-70B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Mungert/watt-tool-70B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Mungert/watt-tool-70B-GGUF with Ollama:
ollama run hf.co/Mungert/watt-tool-70B-GGUF:Q4_K_M
- Unsloth Studio
How to use Mungert/watt-tool-70B-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 Mungert/watt-tool-70B-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 Mungert/watt-tool-70B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Mungert/watt-tool-70B-GGUF to start chatting
- Pi
How to use Mungert/watt-tool-70B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Mungert/watt-tool-70B-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Mungert/watt-tool-70B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Mungert/watt-tool-70B-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Mungert/watt-tool-70B-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Mungert/watt-tool-70B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use Mungert/watt-tool-70B-GGUF with Docker Model Runner:
docker model run hf.co/Mungert/watt-tool-70B-GGUF:Q4_K_M
- Lemonade
How to use Mungert/watt-tool-70B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Mungert/watt-tool-70B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.watt-tool-70B-GGUF-Q4_K_M
List all available models
lemonade list
Commit ·
ea88aa3
verified ·
0
Parent(s):
Super-squash history to reclaim storage
Browse files- .gitattributes +85 -0
- README.md +368 -0
- f16/watt-tool-70B-F16-00001-of-00004.gguf +3 -0
- f16/watt-tool-70B-F16-00002-of-00004.gguf +3 -0
- f16/watt-tool-70B-F16-00003-of-00004.gguf +3 -0
- f16/watt-tool-70B-F16-00004-of-00004.gguf +3 -0
- imatrix/watt-tool-70B.imatrix +3 -0
- iq1-m/watt-tool-70B-iq1_m.gguf +3 -0
- iq2-m/watt-tool-70B-iq2_m.gguf +3 -0
- iq2-s/watt-tool-70B-iq2_s.gguf +3 -0
- iq2-xs/watt-tool-70B-iq2_xs.gguf +3 -0
- iq2-xxs/watt-tool-70B-iq2_xxs.gguf +3 -0
- iq3-m/watt-tool-70B-iq3_m.gguf +3 -0
- iq3-s/watt-tool-70B-iq3_s.gguf +3 -0
- iq3-xs/watt-tool-70B-iq3_xs.gguf +3 -0
- iq3-xxs/watt-tool-70B-iq3_xxs.gguf +3 -0
- iq4-nl/watt-tool-70B-iq4_nl.gguf +3 -0
- iq4-xs/watt-tool-70B-iq4_xs.gguf +3 -0
- q6_k/watt-tool-70B-bf16_q6_k-Q6_K-00001-of-00002.gguf +3 -0
- q6_k/watt-tool-70B-bf16_q6_k-Q6_K-00002-of-00002.gguf +3 -0
- q6_k/watt-tool-70B-q6_k_l-Q6_K-00001-of-00002.gguf +3 -0
- q6_k/watt-tool-70B-q6_k_l-Q6_K-00002-of-00002.gguf +3 -0
- q6_k/watt-tool-70B-q6_k_m-Q6_K-00001-of-00002.gguf +3 -0
- q6_k/watt-tool-70B-q6_k_m-Q6_K-00002-of-00002.gguf +3 -0
- watt-tool-70B-bf16_q8_0-Q8_0/watt-tool-70B-bf16_q8_0-Q8_0-00001-of-00002.gguf +3 -0
- watt-tool-70B-bf16_q8_0-Q8_0/watt-tool-70B-bf16_q8_0-Q8_0-00002-of-00002.gguf +3 -0
- watt-tool-70B-f16_q8_0-Q8_0/watt-tool-70B-f16_q8_0-Q8_0-00001-of-00002.gguf +3 -0
- watt-tool-70B-f16_q8_0-Q8_0/watt-tool-70B-f16_q8_0-Q8_0-00002-of-00002.gguf +3 -0
- watt-tool-70B-iq1_s.gguf +3 -0
- watt-tool-70B-q2_k_s.gguf +3 -0
- watt-tool-70B-q3_k_m.gguf +3 -0
- watt-tool-70B-q3_k_s.gguf +3 -0
- watt-tool-70B-q4_0.gguf +3 -0
- watt-tool-70B-q4_1.gguf +3 -0
- watt-tool-70B-q4_k_m.gguf +3 -0
- watt-tool-70B-q4_k_s.gguf +3 -0
- watt-tool-70B-q5_0.gguf +3 -0
- watt-tool-70B-q5_1_l-Q5_1/watt-tool-70B-q5_1_l-Q5_1-00001-of-00002.gguf +3 -0
- watt-tool-70B-q5_1_l-Q5_1/watt-tool-70B-q5_1_l-Q5_1-00002-of-00002.gguf +3 -0
- watt-tool-70B-q5_k_s.gguf +3 -0
- watt-tool-70B-q8_0-Q8_0/watt-tool-70B-q8_0-Q8_0-00001-of-00002.gguf +3 -0
- watt-tool-70B-q8_0-Q8_0/watt-tool-70B-q8_0-Q8_0-00002-of-00002.gguf +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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 |
+
f16/watt-tool-70B-F16-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
f16/watt-tool-70B-F16-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
f16/watt-tool-70B-F16-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
f16/watt-tool-70B-F16-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
watt-tool-70B-f16_q8_0-Q8_0/watt-tool-70B-f16_q8_0-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
watt-tool-70B-f16_q8_0-Q8_0/watt-tool-70B-f16_q8_0-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
watt-tool-70B-bf16_q8_0-Q8_0/watt-tool-70B-bf16_q8_0-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
watt-tool-70B-bf16_q8_0-Q8_0/watt-tool-70B-bf16_q8_0-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
q6_k/watt-tool-70B-f16_q6_k-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
q6_k/watt-tool-70B-f16_q6_k-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
q6_k/watt-tool-70B-bf16_q6_k-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
q6_k/watt-tool-70B-bf16_q6_k-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
watt-tool-70B-f16_q4_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
watt-tool-70B-bf16_q4_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
watt-tool-70B-q2_k_l.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
watt-tool-70B-q3_k_l.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
watt-tool-70B-q4_k_l.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
q6_k/watt-tool-70B-q6_k_l-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
q6_k/watt-tool-70B-q6_k_l-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
watt-tool-70B-q2_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
watt-tool-70B-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
watt-tool-70B-q3_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
watt-tool-70B-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
watt-tool-70B-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
watt-tool-70B-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
q6_k/watt-tool-70B-q6_k_m-Q6_K-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
q6_k/watt-tool-70B-q6_k_m-Q6_K-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
watt-tool-70B-q8_0-Q8_0/watt-tool-70B-q8_0-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
watt-tool-70B-q8_0-Q8_0/watt-tool-70B-q8_0-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
watt-tool-70B-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
watt-tool-70B-q4_0_l.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
watt-tool-70B-q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
watt-tool-70B-q5_0_l.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
watt-tool-70B-q4_1_l.gguf filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
watt-tool-70B-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
watt-tool-70B-q5_1_l-Q5_1/watt-tool-70B-q5_1_l-Q5_1-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
watt-tool-70B-q5_1_l-Q5_1/watt-tool-70B-q5_1_l-Q5_1-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
watt-tool-70B-iq1_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
imatrix/watt-tool-70B.imatrix filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
iq1-m/watt-tool-70B-iq1_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
iq2-xs/watt-tool-70B-iq2_xs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
iq2-xxs/watt-tool-70B-iq2_xxs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
iq2-s/watt-tool-70B-iq2_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
iq2-m/watt-tool-70B-iq2_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
iq3-xs/watt-tool-70B-iq3_xs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
iq3-xxs/watt-tool-70B-iq3_xxs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
iq3-s/watt-tool-70B-iq3_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
iq3-m/watt-tool-70B-iq3_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
iq4-xs/watt-tool-70B-iq4_xs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
iq4-nl/watt-tool-70B-iq4_nl.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,368 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- meta-llama/Llama-3.3-70B-Instruct
|
| 7 |
+
tags:
|
| 8 |
+
- function-calling
|
| 9 |
+
- tool-use
|
| 10 |
+
- llama
|
| 11 |
+
- bfcl
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# <span style="color: #7FFF7F;">watt-ai/watt-tool-70B GGUF Models</span>
|
| 15 |
+
|
| 16 |
+
## <span style="color: #7FFF7F;">Ultra-Low-Bit Quantization with IQ-DynamicGate (1-2 bit)</span>
|
| 17 |
+
|
| 18 |
+
Our latest quantization method introduces **precision-adaptive quantization** for ultra-low-bit models (1-2 bit), with benchmark-proven improvements on **Llama-3-8B**. This approach uses layer-specific strategies to preserve accuracy while maintaining extreme memory efficiency.
|
| 19 |
+
|
| 20 |
+
### **Benchmark Context**
|
| 21 |
+
All tests conducted on **Llama-3-8B-Instruct** using:
|
| 22 |
+
- Standard perplexity evaluation pipeline
|
| 23 |
+
- 2048-token context window
|
| 24 |
+
- Same prompt set across all quantizations
|
| 25 |
+
|
| 26 |
+
### **Method**
|
| 27 |
+
- **Dynamic Precision Allocation**:
|
| 28 |
+
- First/Last 25% of layers → IQ4_XS (selected layers)
|
| 29 |
+
- Middle 50% → IQ2_XXS/IQ3_S (increase efficiency)
|
| 30 |
+
- **Critical Component Protection**:
|
| 31 |
+
- Embeddings/output layers use Q5_K
|
| 32 |
+
- Reduces error propagation by 38% vs standard 1-2bit
|
| 33 |
+
|
| 34 |
+
### **Quantization Performance Comparison (Llama-3-8B)**
|
| 35 |
+
|
| 36 |
+
| Quantization | Standard PPL | DynamicGate PPL | Δ PPL | Std Size | DG Size | Δ Size | Std Speed | DG Speed |
|
| 37 |
+
|--------------|--------------|------------------|---------|----------|---------|--------|-----------|----------|
|
| 38 |
+
| IQ2_XXS | 11.30 | 9.84 | -12.9% | 2.5G | 2.6G | +0.1G | 234s | 246s |
|
| 39 |
+
| IQ2_XS | 11.72 | 11.63 | -0.8% | 2.7G | 2.8G | +0.1G | 242s | 246s |
|
| 40 |
+
| IQ2_S | 14.31 | 9.02 | -36.9% | 2.7G | 2.9G | +0.2G | 238s | 244s |
|
| 41 |
+
| IQ1_M | 27.46 | 15.41 | -43.9% | 2.2G | 2.5G | +0.3G | 206s | 212s |
|
| 42 |
+
| IQ1_S | 53.07 | 32.00 | -39.7% | 2.1G | 2.4G | +0.3G | 184s | 209s |
|
| 43 |
+
|
| 44 |
+
**Key**:
|
| 45 |
+
- PPL = Perplexity (lower is better)
|
| 46 |
+
- Δ PPL = Percentage change from standard to DynamicGate
|
| 47 |
+
- Speed = Inference time (CPU avx2, 2048 token context)
|
| 48 |
+
- Size differences reflect mixed quantization overhead
|
| 49 |
+
|
| 50 |
+
**Key Improvements:**
|
| 51 |
+
- 🔥 **IQ1_M** shows massive 43.9% perplexity reduction (27.46 → 15.41)
|
| 52 |
+
- 🚀 **IQ2_S** cuts perplexity by 36.9% while adding only 0.2GB
|
| 53 |
+
- ⚡ **IQ1_S** maintains 39.7% better accuracy despite 1-bit quantization
|
| 54 |
+
|
| 55 |
+
**Tradeoffs:**
|
| 56 |
+
- All variants have modest size increases (0.1-0.3GB)
|
| 57 |
+
- Inference speeds remain comparable (<5% difference)
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
### **When to Use These Models**
|
| 61 |
+
📌 **Fitting models into GPU VRAM**
|
| 62 |
+
|
| 63 |
+
✔ **Memory-constrained deployments**
|
| 64 |
+
|
| 65 |
+
✔ **Cpu and Edge Devices** where 1-2bit errors can be tolerated
|
| 66 |
+
|
| 67 |
+
✔ **Research** into ultra-low-bit quantization
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
## **Choosing the Right Model Format**
|
| 71 |
+
|
| 72 |
+
Selecting the correct model format depends on your **hardware capabilities** and **memory constraints**.
|
| 73 |
+
|
| 74 |
+
### **BF16 (Brain Float 16) – Use if BF16 acceleration is available**
|
| 75 |
+
- A 16-bit floating-point format designed for **faster computation** while retaining good precision.
|
| 76 |
+
- Provides **similar dynamic range** as FP32 but with **lower memory usage**.
|
| 77 |
+
- Recommended if your hardware supports **BF16 acceleration** (check your device's specs).
|
| 78 |
+
- Ideal for **high-performance inference** with **reduced memory footprint** compared to FP32.
|
| 79 |
+
|
| 80 |
+
📌 **Use BF16 if:**
|
| 81 |
+
✔ Your hardware has native **BF16 support** (e.g., newer GPUs, TPUs).
|
| 82 |
+
✔ You want **higher precision** while saving memory.
|
| 83 |
+
✔ You plan to **requantize** the model into another format.
|
| 84 |
+
|
| 85 |
+
📌 **Avoid BF16 if:**
|
| 86 |
+
❌ Your hardware does **not** support BF16 (it may fall back to FP32 and run slower).
|
| 87 |
+
❌ You need compatibility with older devices that lack BF16 optimization.
|
| 88 |
+
|
| 89 |
+
---
|
| 90 |
+
|
| 91 |
+
### **F16 (Float 16) – More widely supported than BF16**
|
| 92 |
+
- A 16-bit floating-point **high precision** but with less of range of values than BF16.
|
| 93 |
+
- Works on most devices with **FP16 acceleration support** (including many GPUs and some CPUs).
|
| 94 |
+
- Slightly lower numerical precision than BF16 but generally sufficient for inference.
|
| 95 |
+
|
| 96 |
+
📌 **Use F16 if:**
|
| 97 |
+
✔ Your hardware supports **FP16** but **not BF16**.
|
| 98 |
+
✔ You need a **balance between speed, memory usage, and accuracy**.
|
| 99 |
+
✔ You are running on a **GPU** or another device optimized for FP16 computations.
|
| 100 |
+
|
| 101 |
+
📌 **Avoid F16 if:**
|
| 102 |
+
❌ Your device lacks **native FP16 support** (it may run slower than expected).
|
| 103 |
+
❌ You have memory limitations.
|
| 104 |
+
|
| 105 |
+
---
|
| 106 |
+
|
| 107 |
+
### **Quantized Models (Q4_K, Q6_K, Q8, etc.) – For CPU & Low-VRAM Inference**
|
| 108 |
+
Quantization reduces model size and memory usage while maintaining as much accuracy as possible.
|
| 109 |
+
- **Lower-bit models (Q4_K)** → **Best for minimal memory usage**, may have lower precision.
|
| 110 |
+
- **Higher-bit models (Q6_K, Q8_0)** → **Better accuracy**, requires more memory.
|
| 111 |
+
|
| 112 |
+
📌 **Use Quantized Models if:**
|
| 113 |
+
✔ You are running inference on a **CPU** and need an optimized model.
|
| 114 |
+
�� Your device has **low VRAM** and cannot load full-precision models.
|
| 115 |
+
✔ You want to reduce **memory footprint** while keeping reasonable accuracy.
|
| 116 |
+
|
| 117 |
+
📌 **Avoid Quantized Models if:**
|
| 118 |
+
❌ You need **maximum accuracy** (full-precision models are better for this).
|
| 119 |
+
❌ Your hardware has enough VRAM for higher-precision formats (BF16/F16).
|
| 120 |
+
|
| 121 |
+
---
|
| 122 |
+
|
| 123 |
+
### **Very Low-Bit Quantization (IQ3_XS, IQ3_S, IQ3_M, Q4_K, Q4_0)**
|
| 124 |
+
These models are optimized for **extreme memory efficiency**, making them ideal for **low-power devices** or **large-scale deployments** where memory is a critical constraint.
|
| 125 |
+
|
| 126 |
+
- **IQ3_XS**: Ultra-low-bit quantization (3-bit) with **extreme memory efficiency**.
|
| 127 |
+
- **Use case**: Best for **ultra-low-memory devices** where even Q4_K is too large.
|
| 128 |
+
- **Trade-off**: Lower accuracy compared to higher-bit quantizations.
|
| 129 |
+
|
| 130 |
+
- **IQ3_S**: Small block size for **maximum memory efficiency**.
|
| 131 |
+
- **Use case**: Best for **low-memory devices** where **IQ3_XS** is too aggressive.
|
| 132 |
+
|
| 133 |
+
- **IQ3_M**: Medium block size for better accuracy than **IQ3_S**.
|
| 134 |
+
- **Use case**: Suitable for **low-memory devices** where **IQ3_S** is too limiting.
|
| 135 |
+
|
| 136 |
+
- **Q4_K**: 4-bit quantization with **block-wise optimization** for better accuracy.
|
| 137 |
+
- **Use case**: Best for **low-memory devices** where **Q6_K** is too large.
|
| 138 |
+
|
| 139 |
+
- **Q4_0**: Pure 4-bit quantization, optimized for **ARM devices**.
|
| 140 |
+
- **Use case**: Best for **ARM-based devices** or **low-memory environments**.
|
| 141 |
+
|
| 142 |
+
---
|
| 143 |
+
|
| 144 |
+
### **Summary Table: Model Format Selection**
|
| 145 |
+
|
| 146 |
+
| Model Format | Precision | Memory Usage | Device Requirements | Best Use Case |
|
| 147 |
+
|--------------|------------|---------------|----------------------|---------------|
|
| 148 |
+
| **BF16** | Highest | High | BF16-supported GPU/CPUs | High-speed inference with reduced memory |
|
| 149 |
+
| **F16** | High | High | FP16-supported devices | GPU inference when BF16 isn't available |
|
| 150 |
+
| **Q4_K** | Medium Low | Low | CPU or Low-VRAM devices | Best for memory-constrained environments |
|
| 151 |
+
| **Q6_K** | Medium | Moderate | CPU with more memory | Better accuracy while still being quantized |
|
| 152 |
+
| **Q8_0** | High | Moderate | CPU or GPU with enough VRAM | Best accuracy among quantized models |
|
| 153 |
+
| **IQ3_XS** | Very Low | Very Low | Ultra-low-memory devices | Extreme memory efficiency and low accuracy |
|
| 154 |
+
| **Q4_0** | Low | Low | ARM or low-memory devices | llama.cpp can optimize for ARM devices |
|
| 155 |
+
|
| 156 |
+
---
|
| 157 |
+
|
| 158 |
+
## **Included Files & Details**
|
| 159 |
+
|
| 160 |
+
### `watt-ai/watt-tool-70B-bf16.gguf`
|
| 161 |
+
- Model weights preserved in **BF16**.
|
| 162 |
+
- Use this if you want to **requantize** the model into a different format.
|
| 163 |
+
- Best if your device supports **BF16 acceleration**.
|
| 164 |
+
|
| 165 |
+
### `watt-ai/watt-tool-70B-f16.gguf`
|
| 166 |
+
- Model weights stored in **F16**.
|
| 167 |
+
- Use if your device supports **FP16**, especially if BF16 is not available.
|
| 168 |
+
|
| 169 |
+
### `watt-ai/watt-tool-70B-bf16-q8_0.gguf`
|
| 170 |
+
- **Output & embeddings** remain in **BF16**.
|
| 171 |
+
- All other layers quantized to **Q8_0**.
|
| 172 |
+
- Use if your device supports **BF16** and you want a quantized version.
|
| 173 |
+
|
| 174 |
+
### `watt-ai/watt-tool-70B-f16-q8_0.gguf`
|
| 175 |
+
- **Output & embeddings** remain in **F16**.
|
| 176 |
+
- All other layers quantized to **Q8_0**.
|
| 177 |
+
|
| 178 |
+
### `watt-ai/watt-tool-70B-q4_k.gguf`
|
| 179 |
+
- **Output & embeddings** quantized to **Q8_0**.
|
| 180 |
+
- All other layers quantized to **Q4_K**.
|
| 181 |
+
- Good for **CPU inference** with limited memory.
|
| 182 |
+
|
| 183 |
+
### `watt-ai/watt-tool-70B-q4_k_s.gguf`
|
| 184 |
+
- Smallest **Q4_K** variant, using less memory at the cost of accuracy.
|
| 185 |
+
- Best for **very low-memory setups**.
|
| 186 |
+
|
| 187 |
+
### `watt-ai/watt-tool-70B-q6_k.gguf`
|
| 188 |
+
- **Output & embeddings** quantized to **Q8_0**.
|
| 189 |
+
- All other layers quantized to **Q6_K** .
|
| 190 |
+
|
| 191 |
+
### `watt-ai/watt-tool-70B-q8_0.gguf`
|
| 192 |
+
- Fully **Q8** quantized model for better accuracy.
|
| 193 |
+
- Requires **more memory** but offers higher precision.
|
| 194 |
+
|
| 195 |
+
### `watt-ai/watt-tool-70B-iq3_xs.gguf`
|
| 196 |
+
- **IQ3_XS** quantization, optimized for **extreme memory efficiency**.
|
| 197 |
+
- Best for **ultra-low-memory devices**.
|
| 198 |
+
|
| 199 |
+
### `watt-ai/watt-tool-70B-iq3_m.gguf`
|
| 200 |
+
- **IQ3_M** quantization, offering a **medium block size** for better accuracy.
|
| 201 |
+
- Suitable for **low-memory devices**.
|
| 202 |
+
|
| 203 |
+
### `watt-ai/watt-tool-70B-q4_0.gguf`
|
| 204 |
+
- Pure **Q4_0** quantization, optimized for **ARM devices**.
|
| 205 |
+
- Best for **low-memory environments**.
|
| 206 |
+
- Prefer IQ4_NL for better accuracy.
|
| 207 |
+
|
| 208 |
+
# <span id="testllm" style="color: #7F7FFF;">🚀 If you find these models useful</span>
|
| 209 |
+
❤ **Please click "Like" if you find this useful!**
|
| 210 |
+
Help me test my **AI-Powered Network Monitor Assistant** with **quantum-ready security checks**:
|
| 211 |
+
👉 [Quantum Network Monitor](https://readyforquantum.com/dashboard)
|
| 212 |
+
|
| 213 |
+
💬 **How to test**:
|
| 214 |
+
1. Click the **chat icon** (bottom right on any page)
|
| 215 |
+
2. Choose an **AI assistant type**:
|
| 216 |
+
- `TurboLLM` (GPT-4-mini)
|
| 217 |
+
- `FreeLLM` (Open-source)
|
| 218 |
+
- `TestLLM` (Experimental CPU-only)
|
| 219 |
+
|
| 220 |
+
### **What I’m Testing**
|
| 221 |
+
I’m pushing the limits of **small open-source models for AI network monitoring**, specifically:
|
| 222 |
+
- **Function calling** against live network services
|
| 223 |
+
- **How small can a model go** while still handling:
|
| 224 |
+
- Automated **Nmap scans**
|
| 225 |
+
- **Quantum-readiness checks**
|
| 226 |
+
- **Metasploit integration**
|
| 227 |
+
|
| 228 |
+
🟡 **TestLLM** – Current experimental model (llama.cpp on 6 CPU threads):
|
| 229 |
+
- ✅ **Zero-configuration setup**
|
| 230 |
+
- ⏳ 30s load time (slow inference but **no API costs**)
|
| 231 |
+
- 🔧 **Help wanted!** If you’re into **edge-device AI**, let’s collaborate!
|
| 232 |
+
|
| 233 |
+
### **Other Assistants**
|
| 234 |
+
🟢 **TurboLLM** – Uses **gpt-4-mini** for:
|
| 235 |
+
- **Real-time network diagnostics**
|
| 236 |
+
- **Automated penetration testing** (Nmap/Metasploit)
|
| 237 |
+
- 🔑 Get more tokens by [downloading our Quantum Network Monitor Agent](https://readyforquantum.com/download/?utm_source=huggingface&utm_medium=referral&utm_campaign=huggingface_repo_readme)
|
| 238 |
+
|
| 239 |
+
🔵 **HugLLM** – Open-source models (≈8B params):
|
| 240 |
+
- **2x more tokens** than TurboLLM
|
| 241 |
+
- **AI-powered log analysis**
|
| 242 |
+
- 🌐 Runs on Hugging Face Inference API
|
| 243 |
+
|
| 244 |
+
### 💡 **Example AI Commands to Test**:
|
| 245 |
+
1. `"Give me info on my websites SSL certificate"`
|
| 246 |
+
2. `"Check if my server is using quantum safe encyption for communication"`
|
| 247 |
+
3. `"Run a quick Nmap vulnerability test"`
|
| 248 |
+
4. '"Create a cmd processor to .. (what ever you want)" Note you need to install a Quantum Network Monitor Agent to run the .net code from. This is a very flexible and powerful feature. Use with caution!
|
| 249 |
+
|
| 250 |
+
### Final word
|
| 251 |
+
I fund the servers to create the models files, run the Quantum Network Monitor Service and Pay for Inference from Novita and OpenAI all from my own pocket. All of the code for creating the models and the work I have done with Quantum Network Monitor is [open source](https://github.com/Mungert69). Feel free to use what you find useful. Please support my work and consider [buying me a coffee](https://www.buymeacoffee.com/mahadeva) .
|
| 252 |
+
This will help me pay for the services and increase the token limits for everyone.
|
| 253 |
+
|
| 254 |
+
Thank you :)
|
| 255 |
+
|
| 256 |
+
|
| 257 |
+
|
| 258 |
+
|
| 259 |
+
# watt-tool-70B
|
| 260 |
+
|
| 261 |
+
watt-tool-70B is a fine-tuned language model based on LLaMa-3.3-70B-Instruct, optimized for tool usage and multi-turn dialogue. It achieves state-of-the-art performance on the Berkeley Function-Calling Leaderboard (BFCL).
|
| 262 |
+
|
| 263 |
+
## Model Description
|
| 264 |
+
|
| 265 |
+
This model is specifically designed to excel at complex tool usage scenarios that require multi-turn interactions, making it ideal for empowering platforms like [Lupan](https://lupan.watt.chat), an AI-powered workflow building tool. By leveraging a carefully curated and optimized dataset, watt-tool-70B demonstrates superior capabilities in understanding user requests, selecting appropriate tools, and effectively utilizing them across multiple turns of conversation.
|
| 266 |
+
|
| 267 |
+
Target Application: AI Workflow Building as in [https://lupan.watt.chat/](https://lupan.watt.chat/) and [Coze](https://www.coze.com/).
|
| 268 |
+
|
| 269 |
+
## Key Features
|
| 270 |
+
|
| 271 |
+
* **Enhanced Tool Usage:** Fine-tuned for precise and efficient tool selection and execution.
|
| 272 |
+
* **Multi-Turn Dialogue:** Optimized for maintaining context and effectively utilizing tools across multiple turns of conversation, enabling more complex task completion.
|
| 273 |
+
* **State-of-the-Art Performance:** Achieves top performance on the BFCL, demonstrating its capabilities in function calling and tool usage.
|
| 274 |
+
* **Based on LLaMa-3.1-70B-Instruct:** Inherits the strong language understanding and generation capabilities of the base model.
|
| 275 |
+
|
| 276 |
+
## Training Methodology
|
| 277 |
+
|
| 278 |
+
watt-tool-70B is trained using supervised fine-tuning on a specialized dataset designed for tool usage and multi-turn dialogue. We use CoT techniques to synthesize high-quality multi-turn dialogue data.
|
| 279 |
+
|
| 280 |
+
The training process is inspired by the principles outlined in the paper: ["Direct Multi-Turn Preference Optimization for Language Agents"](https://arxiv.org/abs/2406.14868).
|
| 281 |
+
We use SFT and DMPO to further enhance the model's performance in multi-turn agent tasks.
|
| 282 |
+
|
| 283 |
+
## How to Use
|
| 284 |
+
|
| 285 |
+
```python
|
| 286 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 287 |
+
|
| 288 |
+
model_id = "watt-ai/watt-tool-70B"
|
| 289 |
+
|
| 290 |
+
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 291 |
+
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype='auto', device_map="auto")
|
| 292 |
+
|
| 293 |
+
# Example usage (adapt as needed for your specific tool usage scenario)
|
| 294 |
+
"""You are an expert in composing functions. You are given a question and a set of possible functions. Based on the question, you will need to make one or more function/tool calls to achieve the purpose.
|
| 295 |
+
If none of the function can be used, point it out. If the given question lacks the parameters required by the function, also point it out.
|
| 296 |
+
You should only return the function call in tools call sections.
|
| 297 |
+
|
| 298 |
+
If you decide to invoke any of the function(s), you MUST put it in the format of [func_name1(params_name1=params_value1, params_name2=params_value2...), func_name2(params)]
|
| 299 |
+
You SHOULD NOT include any other text in the response.
|
| 300 |
+
Here is a list of functions in JSON format that you can invoke.\n{functions}\n
|
| 301 |
+
"""
|
| 302 |
+
# User query
|
| 303 |
+
query = "Find me the sales growth rate for company XYZ for the last 3 years and also the interest coverage ratio for the same duration."
|
| 304 |
+
|
| 305 |
+
tools = [
|
| 306 |
+
{
|
| 307 |
+
"name": "financial_ratios.interest_coverage", "description": "Calculate a company's interest coverage ratio given the company name and duration",
|
| 308 |
+
"arguments": {
|
| 309 |
+
"type": "dict",
|
| 310 |
+
"properties": {
|
| 311 |
+
"company_name": {
|
| 312 |
+
"type": "string",
|
| 313 |
+
"description": "The name of the company."
|
| 314 |
+
},
|
| 315 |
+
"years": {
|
| 316 |
+
"type": "integer",
|
| 317 |
+
"description": "Number of past years to calculate the ratio."
|
| 318 |
+
}
|
| 319 |
+
},
|
| 320 |
+
"required": ["company_name", "years"]
|
| 321 |
+
}
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"name": "sales_growth.calculate",
|
| 325 |
+
"description": "Calculate a company's sales growth rate given the company name and duration",
|
| 326 |
+
"arguments": {
|
| 327 |
+
"type": "dict",
|
| 328 |
+
"properties": {
|
| 329 |
+
"company": {
|
| 330 |
+
"type": "string",
|
| 331 |
+
"description": "The company that you want to get the sales growth rate for."
|
| 332 |
+
},
|
| 333 |
+
"years": {
|
| 334 |
+
"type": "integer",
|
| 335 |
+
"description": "Number of past years for which to calculate the sales growth rate."
|
| 336 |
+
}
|
| 337 |
+
},
|
| 338 |
+
"required": ["company", "years"]
|
| 339 |
+
}
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"name": "weather_forecast",
|
| 343 |
+
"description": "Retrieve a weather forecast for a specific location and time frame.",
|
| 344 |
+
"arguments": {
|
| 345 |
+
"type": "dict",
|
| 346 |
+
"properties": {
|
| 347 |
+
"location": {
|
| 348 |
+
"type": "string",
|
| 349 |
+
"description": "The city that you want to get the weather for."
|
| 350 |
+
},
|
| 351 |
+
"days": {
|
| 352 |
+
"type": "integer",
|
| 353 |
+
"description": "Number of days for the forecast."
|
| 354 |
+
}
|
| 355 |
+
},
|
| 356 |
+
"required": ["location", "days"]
|
| 357 |
+
}
|
| 358 |
+
}
|
| 359 |
+
]
|
| 360 |
+
|
| 361 |
+
messages = [
|
| 362 |
+
{'role': 'system', 'content': system_prompt.format(functions=tools)},
|
| 363 |
+
{'role': 'user', 'content': query}
|
| 364 |
+
]
|
| 365 |
+
inputs = tokenizer.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt").to(model.device)
|
| 366 |
+
|
| 367 |
+
outputs = model.generate(inputs, max_new_tokens=512, do_sample=False, num_return_sequences=1, eos_token_id=tokenizer.eos_token_id)
|
| 368 |
+
print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))
|
f16/watt-tool-70B-F16-00001-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:365bcd96fa9cf4c7704523f4627bd3303a913517a8b2de34f616752b84e3766f
|
| 3 |
+
size 45902462976
|
f16/watt-tool-70B-F16-00002-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b298ac077d91cab49dd1709331b1ada89cc8e7031b1e29e96b7291de7cbd87f9
|
| 3 |
+
size 45902462976
|
f16/watt-tool-70B-F16-00003-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52aa7372a3c08dcbbb214cec7d4d9158e6bcebcad85abfe8bd453bb1c7c13533
|
| 3 |
+
size 45902462976
|
f16/watt-tool-70B-F16-00004-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59ae95eb4a0dfa4309fc6330554478b86712833b047ffa6fc9e82d80b1a52509
|
| 3 |
+
size 3410528992
|
imatrix/watt-tool-70B.imatrix
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70d4615e76dea93033daca969d30ddd7a4b107945313160cdf86003c6eb49fd7
|
| 3 |
+
size 24922298
|
iq1-m/watt-tool-70B-iq1_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d510cd6d589b4e39a0467a97dde0053750e760d4db48312c859411191856775
|
| 3 |
+
size 19220696032
|
iq2-m/watt-tool-70B-iq2_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c110bca93b66545817b0b1a31d65c887d56a0dfa12ece262f937a9556d48e1c
|
| 3 |
+
size 27142687712
|
iq2-s/watt-tool-70B-iq2_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d22db5ea5bcaa8330f707a64bf31157c5fffbde3b01773ff63a7dc77f4cd626c
|
| 3 |
+
size 25779538912
|
iq2-xs/watt-tool-70B-iq2_xs.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc378e36ffebb15116a90a166f18d536ec235f798f085bb11e524a2fe454dbbb
|
| 3 |
+
size 22455552992
|
iq2-xxs/watt-tool-70B-iq2_xxs.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5629768034373ef59cb4272a8eb859bf9c7fd4d5fbfc9571278b1a8df186b3c8
|
| 3 |
+
size 20924632032
|
iq3-m/watt-tool-70B-iq3_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99a05bab0e46e5a7c322bc7d5cada563a11f38a1789b9880ea629a40d5052fbc
|
| 3 |
+
size 32068373472
|
iq3-s/watt-tool-70B-iq3_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eb92fb8bf698dbaa1f178756508e80df5b0a4de1158a527392ce8437d3409dd
|
| 3 |
+
size 31043390432
|
iq3-xs/watt-tool-70B-iq3_xs.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2b8e748d675a6c803c92aa16c8db1537dbf0d890c724b86a2ca7bbfccfc166f
|
| 3 |
+
size 29439069152
|
iq3-xxs/watt-tool-70B-iq3_xxs.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef2d6cfb8ae99e2d002e718e0e436e9be0588fb45775c116f8427f1a319f4383
|
| 3 |
+
size 27740376032
|
iq4-nl/watt-tool-70B-iq4_nl.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:352756bbfa3462c952a1f7c847cafe793b4b7a6b24ff4d8dabbcd9497cdcf3df
|
| 3 |
+
size 40053623776
|
iq4-xs/watt-tool-70B-iq4_xs.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7420d87377994e5c8e4b04cc2ac613ad4017a192ebba8f08d495963d0fdee503
|
| 3 |
+
size 37902666720
|
q6_k/watt-tool-70B-bf16_q6_k-Q6_K-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f31ac9b397119a08e3c9a201fd5d8f313928fc0d46f5ae5b75d69c68dd4421db
|
| 3 |
+
size 45902462976
|
q6_k/watt-tool-70B-bf16_q6_k-Q6_K-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6d73bff96e97c9024392859a87be0264e81d5dccba5cca77cbd62745a24a5e8
|
| 3 |
+
size 14464617472
|
q6_k/watt-tool-70B-q6_k_l-Q6_K-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ec5738c39c6e2c38378c524f754bcf206c8a4cbebdc2f34d46ffd0db2c59e3d
|
| 3 |
+
size 45902462976
|
q6_k/watt-tool-70B-q6_k_l-Q6_K-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:303d8f7e4a3c1e5bd4f5731c81d4cb3f5deb9de5918da10212939551b9a39986
|
| 3 |
+
size 12494605312
|
q6_k/watt-tool-70B-q6_k_m-Q6_K-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d717649a15a7e11351d9fdb026a4b8ae5476977e1ee45b4bc21e71457beb5fa1
|
| 3 |
+
size 45902462976
|
q6_k/watt-tool-70B-q6_k_m-Q6_K-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:504be18e2195f8712da96c6b937bfaeefbf83f76612ba3546b496c8ea04944b9
|
| 3 |
+
size 11985685504
|
watt-tool-70B-bf16_q8_0-Q8_0/watt-tool-70B-bf16_q8_0-Q8_0-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ac13b74062a79da93cf8766a2a601073c6081d0ec466c1146de2ee6264f63e1
|
| 3 |
+
size 45902462976
|
watt-tool-70B-bf16_q8_0-Q8_0/watt-tool-70B-bf16_q8_0-Q8_0-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc057b13e37f4b534d1148fc0840c9398b1c841c1b38062c30083dbcd2c3ca6e
|
| 3 |
+
size 31042603744
|
watt-tool-70B-f16_q8_0-Q8_0/watt-tool-70B-f16_q8_0-Q8_0-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d58b8b29ddc23f3ca26aef7680fd64a7fcc942c04d49f0b3e16ac60cded54f9f
|
| 3 |
+
size 45902462976
|
watt-tool-70B-f16_q8_0-Q8_0/watt-tool-70B-f16_q8_0-Q8_0-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc057b13e37f4b534d1148fc0840c9398b1c841c1b38062c30083dbcd2c3ca6e
|
| 3 |
+
size 31042603744
|
watt-tool-70B-iq1_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdaeea982d2476351caecd48a79bfd1a7d3542089eac0ce3f001583f1f2284f7
|
| 3 |
+
size 18198334464
|
watt-tool-70B-q2_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b53ef013101f67f7be6149ef3c84f32c9d101e1a1da1a6fd8b2897f5799f5ff2
|
| 3 |
+
size 24709991424
|
watt-tool-70B-q3_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fab75261c6b56189e7bc97267d4766f39b0a7de0b383caf58142b6b8a4bb977
|
| 3 |
+
size 34677918720
|
watt-tool-70B-q3_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99da2ca05d13bab56032594e0ede4e5c00adb3879a6198c7605144aa6038c3f3
|
| 3 |
+
size 31043390464
|
watt-tool-70B-q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bac20a2e28d8906072f4a8d4e4fb2b10e924ec0e809d10289f36d67bfe7979d
|
| 3 |
+
size 39698861056
|
watt-tool-70B-q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d13f88e37f48c62df11db809bf4266f3b84a27c71bdd96254b7d6fb23d47f402
|
| 3 |
+
size 44108385280
|
watt-tool-70B-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9d8854c88e0771e21e834c3f83ba6e0bb5cec32a291f46db6daf3fa01ddbdae
|
| 3 |
+
size 42791275520
|
watt-tool-70B-q4_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ad6f03ea2672f818d44d3208c56eed32e934efb9eec55c5d918ba300b3a6ff5
|
| 3 |
+
size 40618101760
|
watt-tool-70B-q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e130cc732e1abb2768d92ee84688d3b7ea197482f2d9f0fdbb1bf1dc47a23bee
|
| 3 |
+
size 48517909504
|
watt-tool-70B-q5_1_l-Q5_1/watt-tool-70B-q5_1_l-Q5_1-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdec1cc1c0ca3abe0451f3b4c5fd1723c6d5ff9a62987e78bc943fed50ef03ae
|
| 3 |
+
size 45902462976
|
watt-tool-70B-q5_1_l-Q5_1/watt-tool-70B-q5_1_l-Q5_1-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5af13a493157b5f1f343f30d3e58c2a4c1f6d3a15ddc7f54fc67d28e7776e6eb
|
| 3 |
+
size 7681641472
|
watt-tool-70B-q5_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37d291afa9de2bbb4e75779e1a11a50d1f26cb9252e9fffa146560ecce6ca31c
|
| 3 |
+
size 48796994560
|
watt-tool-70B-q8_0-Q8_0/watt-tool-70B-q8_0-Q8_0-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:655b9f410171f5c03190a59b7621bdb2be11d0a59ce113f4fc1e33479a6990b1
|
| 3 |
+
size 45902462976
|
watt-tool-70B-q8_0-Q8_0/watt-tool-70B-q8_0-Q8_0-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6adfb759b2b2c39336a4e04eb1e082674f5b77e64f85f00b262d7939fdad6e5e
|
| 3 |
+
size 29072591584
|