How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf sal076/L3.1_RP_test2:# Run inference directly in the terminal:
llama-cli -hf sal076/L3.1_RP_test2: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 sal076/L3.1_RP_test2:# Run inference directly in the terminal:
./llama-cli -hf sal076/L3.1_RP_test2: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 sal076/L3.1_RP_test2:# Run inference directly in the terminal:
./build/bin/llama-cli -hf sal076/L3.1_RP_test2:Use Docker
docker model run hf.co/sal076/L3.1_RP_test2:Quick Links
Uploaded model
- Developed by: sal076
- License: llama 3.1
- Finetuned from model : unsloth/meta-llama-3.1-8b-bnb-4bit
This a shit fintune quickly made as a proof of concept, This isn't supposed to be a useable model
Here is a updated better version, use this instead
Q4_K_M: https://huggingface.co/sal076/L3.1_RP_TEST3-Q4_K_M-GGUF
Q5_K_M: https://huggingface.co/sal076/L3.1_RP_TEST3-Q5_K_M-GGUF
- Downloads last month
- 36
Hardware compatibility
Log In to add your hardware
4-bit
5-bit
8-bit
16-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf sal076/L3.1_RP_test2:# Run inference directly in the terminal: llama-cli -hf sal076/L3.1_RP_test2: