DreamGen Opus V1: Story-writing & role-playing models
Collection
Uncensored models for steerable story-writing and role-playing.
Prompting guide: https://dreamgen.com/docs/models/opus/v1 • 16 items • Updated • 10
How to use dreamgen/opus-v1.2-70b-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="dreamgen/opus-v1.2-70b-gguf", filename="opus-v1.2-70b.imatrix.q3_k_m.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
How to use dreamgen/opus-v1.2-70b-gguf with llama.cpp:
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf dreamgen/opus-v1.2-70b-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf dreamgen/opus-v1.2-70b-gguf:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf dreamgen/opus-v1.2-70b-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf dreamgen/opus-v1.2-70b-gguf: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 dreamgen/opus-v1.2-70b-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf dreamgen/opus-v1.2-70b-gguf: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 dreamgen/opus-v1.2-70b-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf dreamgen/opus-v1.2-70b-gguf:Q4_K_M
docker model run hf.co/dreamgen/opus-v1.2-70b-gguf:Q4_K_M
How to use dreamgen/opus-v1.2-70b-gguf with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "dreamgen/opus-v1.2-70b-gguf"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "dreamgen/opus-v1.2-70b-gguf",
"prompt": "Once upon a time,",
"max_tokens": 512,
"temperature": 0.5
}'docker model run hf.co/dreamgen/opus-v1.2-70b-gguf:Q4_K_M
How to use dreamgen/opus-v1.2-70b-gguf with Ollama:
ollama run hf.co/dreamgen/opus-v1.2-70b-gguf:Q4_K_M
How to use dreamgen/opus-v1.2-70b-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 dreamgen/opus-v1.2-70b-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 dreamgen/opus-v1.2-70b-gguf to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for dreamgen/opus-v1.2-70b-gguf to start chatting
How to use dreamgen/opus-v1.2-70b-gguf with Docker Model Runner:
docker model run hf.co/dreamgen/opus-v1.2-70b-gguf:Q4_K_M
How to use dreamgen/opus-v1.2-70b-gguf with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull dreamgen/opus-v1.2-70b-gguf:Q4_K_M
lemonade run user.opus-v1.2-70b-gguf-Q4_K_M
lemonade list
DreamGen Opus V1 is a family of uncensored models fine-tuned for (steerable) story-writing and role-playing.
WARNING: GGUF versions might not perform as well as FP16 or AWQ.
See the full model dreamgen/opus-v1.2-70b for documentation.
3-bit
4-bit
5-bit