ojus1 commited on
Commit
4e27759
·
verified ·
1 Parent(s): 48209a4

Update README with model card for stripe

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -569,6 +569,10 @@ response = tokenizer.decode(output[0][input_tokens['input_ids'].shape[1]:], skip
569
  print("Response:", response)
570
  ```
571
 
 
 
 
 
572
  For best results, provide detailed system-prompt to steer the tool-use behaviour.
573
 
574
  # License
 
569
  print("Response:", response)
570
  ```
571
 
572
+ ## Deployment with vLLM
573
+
574
+ `vllm serve ojus1/Qwen3-0.6B-Instruct --enable-lora --lora-modules prem-research/Funcdex-0.6B=prem-research/Funcdex-0.6B-stripe --enable-auto-tool-choice --tool-call-parser hermes`
575
+
576
  For best results, provide detailed system-prompt to steer the tool-use behaviour.
577
 
578
  # License