yahma/alpaca-cleaned
Viewer • Updated • 51.8k • 29.5k • 869
How to use teleboas/alpaca_mistral-7b-v0.2-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("teleboas/alpaca_mistral-7b-v0.2-GGUF", device_map="auto")How to use teleboas/alpaca_mistral-7b-v0.2-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0 # Run inference directly in the terminal: llama cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
# 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 teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
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 teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
docker model run hf.co/teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
How to use teleboas/alpaca_mistral-7b-v0.2-GGUF with Ollama:
ollama run hf.co/teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
How to use teleboas/alpaca_mistral-7b-v0.2-GGUF with Unsloth Studio:
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 teleboas/alpaca_mistral-7b-v0.2-GGUF to start chatting
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 teleboas/alpaca_mistral-7b-v0.2-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for teleboas/alpaca_mistral-7b-v0.2-GGUF to start chatting
How to use teleboas/alpaca_mistral-7b-v0.2-GGUF with Docker Model Runner:
docker model run hf.co/teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
How to use teleboas/alpaca_mistral-7b-v0.2-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0
lemonade run user.alpaca_mistral-7b-v0.2-GGUF-Q8_0
lemonade list
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0# Run inference directly in the terminal:
llama cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0# 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 teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0# Run inference directly in the terminal:
./llama-cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0git 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 teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0# Run inference directly in the terminal:
./build/bin/llama-cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0docker model run hf.co/teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0This is the GGUF version of the model, made for the llama.cpp inference engine.
If you are looking for the transformers/fp16 model, it is available here: https://huggingface.co/teleboas/alpaca_mistral-7b-v0.2
8-bit
Base model
unsloth/mistral-7b-v0.2-bnb-4bit
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0# Run inference directly in the terminal: llama cli -hf teleboas/alpaca_mistral-7b-v0.2-GGUF:Q8_0