Instructions to use PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf", filename="ToolBench_ToolLLaMA-2-7b.Q6_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K # Run inference directly in the terminal: llama-cli -hf PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K # Run inference directly in the terminal: llama-cli -hf PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
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 PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K # Run inference directly in the terminal: ./llama-cli -hf PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
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 PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
Use Docker
docker model run hf.co/PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
- LM Studio
- Jan
- Ollama
How to use PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf with Ollama:
ollama run hf.co/PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
- Unsloth Studio new
How to use PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.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 PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.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 PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf to start chatting
- Docker Model Runner
How to use PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf with Docker Model Runner:
docker model run hf.co/PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
- Lemonade
How to use PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull PsiPi/ToolBench_ToolLLaMA-2-7b.Q6_K.gguf:Q6_K
Run and chat with the model
lemonade run user.ToolBench_ToolLLaMA-2-7b.Q6_K.gguf-Q6_K
List all available models
lemonade list
Model Card for Model ID
This is Q6_K gguf quant of ToolLLaMA-2-7b version model introduced in ToolBench.
Original Model Details
ToolBench/ToolLLaMA-2-7b-v2
Model Description
- License: llama2
- Quant: Q6_K
- Format GGUF
- Finetuned from model [optional]: LLaMA-2-7b-hf
Uses
Refer to ToolBench.
Training Details
Trained with the new version data in ToolBench.
- Downloads last month
- 11
Hardware compatibility
Log In to add your hardware
6-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support