Text Generation
Transformers
Safetensors
qwen3
rl-swarm
genrl-swarm
grpo
gensyn
I am lazy_energetic_badger
text-generation-inference
Instructions to use RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger") model = AutoModelForMultimodalLM.from_pretrained("RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger
- SGLang
How to use RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger with Docker Model Runner:
docker model run hf.co/RMCian/Qwen3-0.6B-Gensyn-Swarm-lazy_energetic_badger
- Xet hash:
- 03226d73f685ca0ed26a44e1f815f2380fb85f332a9a8636bbd750509d6d0b9c
- Size of remote file:
- 1.19 GB
- SHA256:
- 17bc76008878c8a6a53fe1bad15ec86e93675cbddfff1ce98f25651592369b6d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.