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 Monor/StructLM-7B-Mistral-gguf:# Run inference directly in the terminal:
llama-cli -hf Monor/StructLM-7B-Mistral-gguf: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 Monor/StructLM-7B-Mistral-gguf:# Run inference directly in the terminal:
./llama-cli -hf Monor/StructLM-7B-Mistral-gguf: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 Monor/StructLM-7B-Mistral-gguf:# Run inference directly in the terminal:
./build/bin/llama-cli -hf Monor/StructLM-7B-Mistral-gguf:Use Docker
docker model run hf.co/Monor/StructLM-7B-Mistral-gguf:Quick Links
Introduce
Quantizing the TIGER-Lab/StructLM-7B-Mistral to f16, q2, q3, q4, q5, q6 and q8 with Llama.cpp.
Prompt Template
Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
### Instruction:
{instruction}
{input}
{question}
### Response:
IMPORTANT!! - For more details, check out StructLM-7B-Mistral.
- Downloads last month
- 132
Hardware compatibility
Log In to add your hardware
2-bit
3-bit
4-bit
5-bit
6-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 Monor/StructLM-7B-Mistral-gguf:# Run inference directly in the terminal: llama-cli -hf Monor/StructLM-7B-Mistral-gguf: