Instructions to use rappidAI/quantum-1-pilot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use rappidAI/quantum-1-pilot with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="rappidAI/quantum-1-pilot", filename="quantum-1-base-v1.0.0-f16.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use rappidAI/quantum-1-pilot with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf rappidAI/quantum-1-pilot:F16 # Run inference directly in the terminal: llama cli -hf rappidAI/quantum-1-pilot:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf rappidAI/quantum-1-pilot:F16 # Run inference directly in the terminal: llama cli -hf rappidAI/quantum-1-pilot:F16
Use pre-built binary
# 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 rappidAI/quantum-1-pilot:F16 # Run inference directly in the terminal: ./llama-cli -hf rappidAI/quantum-1-pilot:F16
Build from source code
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 rappidAI/quantum-1-pilot:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf rappidAI/quantum-1-pilot:F16
Use Docker
docker model run hf.co/rappidAI/quantum-1-pilot:F16
- LM Studio
- Jan
- vLLM
How to use rappidAI/quantum-1-pilot with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "rappidAI/quantum-1-pilot" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "rappidAI/quantum-1-pilot", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/rappidAI/quantum-1-pilot:F16
- Ollama
How to use rappidAI/quantum-1-pilot with Ollama:
ollama run hf.co/rappidAI/quantum-1-pilot:F16
- Unsloth Studio
How to use rappidAI/quantum-1-pilot with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
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 rappidAI/quantum-1-pilot to start chatting
Install Unsloth Studio (Windows)
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 rappidAI/quantum-1-pilot to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for rappidAI/quantum-1-pilot to start chatting
- Atomic Chat new
- Docker Model Runner
How to use rappidAI/quantum-1-pilot with Docker Model Runner:
docker model run hf.co/rappidAI/quantum-1-pilot:F16
- Lemonade
How to use rappidAI/quantum-1-pilot with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull rappidAI/quantum-1-pilot:F16
Run and chat with the model
lemonade run user.quantum-1-pilot-F16
List all available models
lemonade list
quantum 1 Pilot – GGUF
Kurzbeschreibung
quantum 1 Pilot ist die erste Base-Modell-Version des Lumen-Projekts von rappidAI.
- Architektur: LlamaForCausalLM
- Parameter: 49.295.872
- Kontextlänge: 512 Tokens
- Sprache: überwiegend Deutsch
- Format: GGUF
- Quantisierung: F16
- Inferenz: llama.cpp-kompatibel
- Status: Experimental
Wichtiger Hinweis
Dies ist ein Base-Completion-Modell und kein Chat- oder Instruction-Modell.
Es kann deutsche Textmuster fortsetzen, ist aber noch nicht zuverlässig für Gespräche, Faktenfragen, Anweisungen oder sicherheitskritische Inhalte geeignet. Antworten können falsch, unvollständig oder zusammenhanglos sein.
Verwendung mit llama.cpp
Beispiel-Prompt:
Nutzer: Erkläre kurz, was ein Computer ist.
Lumen:
Training
Das Modell wurde von Grund auf trainiert.
- Trainingsdaten: deutscher FineWeb2-HQ-/FineWeb2-Teilbestand, Sprachsubset
deu_Latn - Trainingsumfang: etwa 100 Millionen Tokens
- Training: Continued pretraining / Next-token prediction
- Kein vortrainiertes Modell wurde als Ausgangsgewicht verwendet.
FineWeb2 wird unter ODC-By 1.0 bereitgestellt und verweist zusätzlich auf die Nutzungsbedingungen von Common Crawl.
Evaluation
Die projektspezifische Evaluation wurde vor diesem Release erfolgreich ausgeführt. Dieses Modell besitzt derzeit keine standardisierten Benchmark-Ergebnisse und sollte als frühes Forschungs- und Lernmodell betrachtet werden.
Dateien
| Datei | Zweck |
|---|---|
quantum-1-base-v1.0.0-f16.gguf |
Inferenzmodell im GGUF-F16-Format |
manifest.json |
Metadaten für die spätere Lumen-Android-App |
SHA256SUMS.txt |
Integritätsprüfung der GGUF-Datei |
SHA-256:
aeab97e50a5789772b69cf1554ba74eb915b5621835d80d40785b473b62fd1a5
- Downloads last month
- 20
16-bit