Text Generation
Transformers
Safetensors
qwen3
reinforcement-learning
grpo
agent
conversational
text-generation-inference
Instructions to use wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm") model = AutoModelForCausalLM.from_pretrained("wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm", device_map="auto") messages = [ {"role": "user", "content": "Who are you?"}, ] inputs = tokenizer.apply_chat_template( messages, add_generation_prompt=True, tokenize=True, return_dict=True, return_tensors="pt", ).to(model.device) outputs = model.generate(**inputs, max_new_tokens=40) print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:])) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm
- SGLang
How to use wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm 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 "wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'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 "wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm with Docker Model Runner:
docker model run hf.co/wckwan/Search-R1-Qwen3-8B-Process-GRPO-PerTurnNorm
Ctrl+K
- fsdp
- step_10
- step_100
- step_110
- step_120
- step_130
- step_140
- step_150
- step_160
- step_170
- step_180
- step_190
- step_20
- step_200
- step_210
- step_220
- step_230
- step_240
- step_250
- step_260
- step_270
- step_280
- step_290
- step_30
- step_300
- step_310
- step_320
- step_330
- step_340
- step_350
- step_360
- step_370
- step_380
- step_390
- step_40
- step_50
- step_60
- step_70
- step_80
- step_90
- 1.57 kB
- 2.35 kB
- 707 Bytes
- 4.17 kB
- 1.54 kB
- 214 Bytes
- 1.67 MB
- 4.98 GB xet
- 4.99 GB xet
- 4.99 GB xet