CodeMind-Extended
Collection
Set of CodeMind-Extended fine-tuned models • 11 items • Updated
How to use LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF", device_map="auto")How to use LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16 # Run inference directly in the terminal: llama cli -hf LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16 # Run inference directly in the terminal: llama cli -hf LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
# 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 LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
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 LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
docker model run hf.co/LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
How to use LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF with Ollama:
ollama run hf.co/LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
How to use LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF with Unsloth Studio:
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 LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF to start chatting
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 LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF to start chatting
How to use LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF with Docker Model Runner:
docker model run hf.co/LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
How to use LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF:F16
lemonade run user.CodeMind-Llama3-8B-unsloth_v2-GGUF-F16
lemonade list
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 LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF to start chattingirm 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 LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF to start chatting# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for LimYeri/CodeMind-Llama3-8B-unsloth_v2-GGUF to start chattingThis llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
16-bit
Base model
unsloth/llama-3-8b-Instruct-bnb-4bit
# Gated model: Login with a HF token with gated access permission hf auth login