Instructions to use jata77/lora_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jata77/lora_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jata77/lora_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use jata77/lora_model 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 jata77/lora_model:F16 # Run inference directly in the terminal: llama cli -hf jata77/lora_model:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jata77/lora_model:F16 # Run inference directly in the terminal: llama cli -hf jata77/lora_model:F16
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 jata77/lora_model:F16 # Run inference directly in the terminal: ./llama-cli -hf jata77/lora_model:F16
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 jata77/lora_model:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf jata77/lora_model:F16
Use Docker
docker model run hf.co/jata77/lora_model:F16
- LM Studio
- Jan
- Ollama
How to use jata77/lora_model with Ollama:
ollama run hf.co/jata77/lora_model:F16
- Unsloth Desktop
- Docker Model Runner
How to use jata77/lora_model with Docker Model Runner:
docker model run hf.co/jata77/lora_model:F16
- Lemonade
How to use jata77/lora_model with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jata77/lora_model:F16
Run and chat with the model
lemonade run user.lora_model-F16
List all available models
lemonade list
- Atomic Chat
| language: | |
| - en | |
| license: apache-2.0 | |
| tags: | |
| - text-generation-inference | |
| - transformers | |
| - unsloth | |
| - llama | |
| - trl | |
| base_model: unsloth/llama-3-8b-bnb-4bit | |
| # Uploaded model | |
| - **Developed by:** jata77 | |
| - **License:** apache-2.0 | |
| - **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit | |
| This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. | |
| [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth) | |