How to use HuanLin/ayaka with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="HuanLin/ayaka", filename="q4_0_akaya.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
How to use HuanLin/ayaka with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf HuanLin/ayaka:Q4_0_AKAYA # Run inference directly in the terminal: llama-cli -hf HuanLin/ayaka:Q4_0_AKAYA
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf HuanLin/ayaka:Q4_0_AKAYA # Run inference directly in the terminal: llama-cli -hf HuanLin/ayaka:Q4_0_AKAYA
# 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 HuanLin/ayaka:Q4_0_AKAYA # Run inference directly in the terminal: ./llama-cli -hf HuanLin/ayaka:Q4_0_AKAYA
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 HuanLin/ayaka:Q4_0_AKAYA # Run inference directly in the terminal: ./build/bin/llama-cli -hf HuanLin/ayaka:Q4_0_AKAYA
docker model run hf.co/HuanLin/ayaka:Q4_0_AKAYA
How to use HuanLin/ayaka with Ollama:
ollama run hf.co/HuanLin/ayaka:Q4_0_AKAYA
How to use HuanLin/ayaka 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 HuanLin/ayaka 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 HuanLin/ayaka to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for HuanLin/ayaka to start chatting
How to use HuanLin/ayaka with Docker Model Runner:
How to use HuanLin/ayaka with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull HuanLin/ayaka:Q4_0_AKAYA
lemonade run user.ayaka-Q4_0_AKAYA
lemonade list
Train on RTX 3090x2
Based on Qwen2-7b-Instruct
Datasets are collected by @zzc想睡觉觉觉觉觉
下载后
ollama create akaya -f ./Modelfile ollama run akaya
除了 Q4_0 量化以外,还提供了 Q8_0 量化的模型,请自己更改配置
Chat template
4-bit
8-bit