Instructions to use bayhaqieee/qwen2-7b-nlaw-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use bayhaqieee/qwen2-7b-nlaw-gguf with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf bayhaqieee/qwen2-7b-nlaw-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 bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf bayhaqieee/qwen2-7b-nlaw-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 bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M
Use Docker
docker model run hf.co/bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use bayhaqieee/qwen2-7b-nlaw-gguf with Ollama:
ollama run hf.co/bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use bayhaqieee/qwen2-7b-nlaw-gguf with Docker Model Runner:
docker model run hf.co/bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M
- Lemonade
How to use bayhaqieee/qwen2-7b-nlaw-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bayhaqieee/qwen2-7b-nlaw-gguf:Q4_K_M
Run and chat with the model
lemonade run user.qwen2-7b-nlaw-gguf-Q4_K_M
List all available models
lemonade list
- Atomic Chat
File size: 1,183 Bytes
afe7ed5 894e499 afe7ed5 894e499 afe7ed5 894e499 afe7ed5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | {
"add_prefix_space": false,
"added_tokens_decoder": {
"151643": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151644": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151645": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"151646": {
"content": "<|PAD_TOKEN|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": {},
"model_max_length": 131072,
"pad_token": "<|PAD_TOKEN|>",
"padding_side": "left",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}
|