Calico
Collection
artifacts for calico llm • 7 items • Updated
How to use textgain/calico-olmo2-7B-stage1b-ext-tok with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="textgain/calico-olmo2-7B-stage1b-ext-tok", filename="calico-olmo2-7.3B-BF16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
How to use textgain/calico-olmo2-7B-stage1b-ext-tok with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf textgain/calico-olmo2-7B-stage1b-ext-tok:BF16 # Run inference directly in the terminal: llama-cli -hf textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf textgain/calico-olmo2-7B-stage1b-ext-tok:BF16 # Run inference directly in the terminal: llama-cli -hf textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
# 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 textgain/calico-olmo2-7B-stage1b-ext-tok:BF16 # Run inference directly in the terminal: ./llama-cli -hf textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
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 textgain/calico-olmo2-7B-stage1b-ext-tok:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
docker model run hf.co/textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
How to use textgain/calico-olmo2-7B-stage1b-ext-tok with Ollama:
ollama run hf.co/textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
How to use textgain/calico-olmo2-7B-stage1b-ext-tok 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 textgain/calico-olmo2-7B-stage1b-ext-tok 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 textgain/calico-olmo2-7B-stage1b-ext-tok to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for textgain/calico-olmo2-7B-stage1b-ext-tok to start chatting
How to use textgain/calico-olmo2-7B-stage1b-ext-tok with Docker Model Runner:
docker model run hf.co/textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
How to use textgain/calico-olmo2-7B-stage1b-ext-tok with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull textgain/calico-olmo2-7B-stage1b-ext-tok:BF16
lemonade run user.calico-olmo2-7B-stage1b-ext-tok-BF16
lemonade list
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Source: /scratch/project_465001541/banarini/oi_output/calico-olmo2-7B-stage1b-ext-tok-step893-tulu3-sft/finetune__123__1748416990
16-bit