ResplendentAI/bluemoon
Viewer • Updated • 1.04k • 97 • 6
How to use sal076/L3.1_RP_test2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("sal076/L3.1_RP_test2", dtype="auto")How to use sal076/L3.1_RP_test2 with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="sal076/L3.1_RP_test2", filename="unsloth.F16.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
How to use sal076/L3.1_RP_test2 with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf sal076/L3.1_RP_test2:Q4_K_M # Run inference directly in the terminal: llama cli -hf sal076/L3.1_RP_test2:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf sal076/L3.1_RP_test2:Q4_K_M # Run inference directly in the terminal: llama cli -hf sal076/L3.1_RP_test2:Q4_K_M
# 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 sal076/L3.1_RP_test2:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf sal076/L3.1_RP_test2:Q4_K_M
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 sal076/L3.1_RP_test2:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf sal076/L3.1_RP_test2:Q4_K_M
docker model run hf.co/sal076/L3.1_RP_test2:Q4_K_M
How to use sal076/L3.1_RP_test2 with Ollama:
ollama run hf.co/sal076/L3.1_RP_test2:Q4_K_M
How to use sal076/L3.1_RP_test2 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 sal076/L3.1_RP_test2 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 sal076/L3.1_RP_test2 to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for sal076/L3.1_RP_test2 to start chatting
How to use sal076/L3.1_RP_test2 with Docker Model Runner:
docker model run hf.co/sal076/L3.1_RP_test2:Q4_K_M
How to use sal076/L3.1_RP_test2 with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull sal076/L3.1_RP_test2:Q4_K_M
lemonade run user.L3.1_RP_test2-Q4_K_M
lemonade list
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf sal076/L3.1_RP_test2:# Run inference directly in the terminal:
llama cli -hf sal076/L3.1_RP_test2:# 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 sal076/L3.1_RP_test2:# Run inference directly in the terminal:
./llama-cli -hf sal076/L3.1_RP_test2: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 sal076/L3.1_RP_test2:# Run inference directly in the terminal:
./build/bin/llama-cli -hf sal076/L3.1_RP_test2:docker model run hf.co/sal076/L3.1_RP_test2:This a shit fintune quickly made as a proof of concept, This isn't supposed to be a useable model
Here is a updated better version, use this instead
Q4_K_M: https://huggingface.co/sal076/L3.1_RP_TEST3-Q4_K_M-GGUF
Q5_K_M: https://huggingface.co/sal076/L3.1_RP_TEST3-Q5_K_M-GGUF
4-bit
5-bit
8-bit
16-bit
Install (macOS, Linux)
# Start a local OpenAI-compatible server with a web UI: llama serve -hf sal076/L3.1_RP_test2:# Run inference directly in the terminal: llama cli -hf sal076/L3.1_RP_test2: