OrlandoHugBot commited on
Commit
89d9653
·
verified ·
1 Parent(s): b0de5ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -316,8 +316,11 @@ cd skywork-r1v/inference
316
  ### 2. Set Up the Environment
317
 
318
  ```shell
319
- conda create -n r1v-vllm python=3.12
320
- conda activate r1v-vllm
 
 
 
321
  pip install -U vllm
322
  ```
323
 
 
316
  ### 2. Set Up the Environment
317
 
318
  ```shell
319
+ # For Transformers
320
+ conda create -n r1-v python=3.10 && conda activate r1-v
321
+ bash setup.sh
322
+ # For vLLM
323
+ conda create -n r1v-vllm python=3.10 && conda activate r1v-vllm
324
  pip install -U vllm
325
  ```
326