Instructions to use asasasasasbc/kaltsit-qwen2.5-7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use asasasasasbc/kaltsit-qwen2.5-7b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="asasasasasbc/kaltsit-qwen2.5-7b-GGUF", filename="output_trained.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use asasasasasbc/kaltsit-qwen2.5-7b-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 asasasasasbc/kaltsit-qwen2.5-7b-GGUF # Run inference directly in the terminal: llama cli -hf asasasasasbc/kaltsit-qwen2.5-7b-GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf asasasasasbc/kaltsit-qwen2.5-7b-GGUF # Run inference directly in the terminal: llama cli -hf asasasasasbc/kaltsit-qwen2.5-7b-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 asasasasasbc/kaltsit-qwen2.5-7b-GGUF # Run inference directly in the terminal: ./llama-cli -hf asasasasasbc/kaltsit-qwen2.5-7b-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 asasasasasbc/kaltsit-qwen2.5-7b-GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf asasasasasbc/kaltsit-qwen2.5-7b-GGUF
Use Docker
docker model run hf.co/asasasasasbc/kaltsit-qwen2.5-7b-GGUF
- LM Studio
- Jan
- Ollama
How to use asasasasasbc/kaltsit-qwen2.5-7b-GGUF with Ollama:
ollama run hf.co/asasasasasbc/kaltsit-qwen2.5-7b-GGUF
- Unsloth Studio
How to use asasasasasbc/kaltsit-qwen2.5-7b-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 asasasasasbc/kaltsit-qwen2.5-7b-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 asasasasasbc/kaltsit-qwen2.5-7b-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for asasasasasbc/kaltsit-qwen2.5-7b-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use asasasasasbc/kaltsit-qwen2.5-7b-GGUF with Docker Model Runner:
docker model run hf.co/asasasasasbc/kaltsit-qwen2.5-7b-GGUF
- Lemonade
How to use asasasasasbc/kaltsit-qwen2.5-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull asasasasasbc/kaltsit-qwen2.5-7b-GGUF
Run and chat with the model
lemonade run user.kaltsit-qwen2.5-7b-GGUF-{{QUANT_TAG}}List all available models
lemonade list
Improve language tag
Browse filesHi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
README.md
CHANGED
|
@@ -1,8 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
language:
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
基于Qwen2.5-7B和自制的明日方舟剧情里的凯尔希数据集微调出来的大语言模型的GGUF Q8量化版,测试用
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- zho
|
| 5 |
+
- eng
|
| 6 |
+
- fra
|
| 7 |
+
- spa
|
| 8 |
+
- por
|
| 9 |
+
- deu
|
| 10 |
+
- ita
|
| 11 |
+
- rus
|
| 12 |
+
- jpn
|
| 13 |
+
- kor
|
| 14 |
+
- vie
|
| 15 |
+
- tha
|
| 16 |
+
- ara
|
| 17 |
+
base_model:
|
| 18 |
+
- Qwen/Qwen2.5-7B
|
| 19 |
+
---
|
| 20 |
基于Qwen2.5-7B和自制的明日方舟剧情里的凯尔希数据集微调出来的大语言模型的GGUF Q8量化版,测试用
|