haixuantao
commited on
Commit
·
7195c95
1
Parent(s):
48299b0
Add line on dora=0.3.3 requirement
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ Create a new conda environment for robomaster
|
|
4 |
|
5 |
```bash
|
6 |
conda create -n robomaster python=3.8
|
7 |
-
pip install robomaster dora-rs
|
8 |
```
|
9 |
|
10 |
Create a new conda environment for idefics2. This requirements file suppose that your using cu122.
|
@@ -17,6 +17,9 @@ pip install -e <PATH TO LATEST TRANSFOMERS VERSION>
|
|
17 |
|
18 |
```bash
|
19 |
export HF_TOKEN=<TOKEN>
|
|
|
|
|
|
|
20 |
dora up
|
21 |
dora start graphs/dataflow_robot_vlm.yml --attach --hot-reload
|
22 |
```
|
|
|
4 |
|
5 |
```bash
|
6 |
conda create -n robomaster python=3.8
|
7 |
+
pip install robomaster dora-rs==0.3.3
|
8 |
```
|
9 |
|
10 |
Create a new conda environment for idefics2. This requirements file suppose that your using cu122.
|
|
|
17 |
|
18 |
```bash
|
19 |
export HF_TOKEN=<TOKEN>
|
20 |
+
conda activate idefics2
|
21 |
+
# This requires dora==0.3.3, update with:
|
22 |
+
# cargo install dora-cli
|
23 |
dora up
|
24 |
dora start graphs/dataflow_robot_vlm.yml --attach --hot-reload
|
25 |
```
|