Fix local run path in README
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ Optional limits:
|
|
| 59 |
## Local run
|
| 60 |
|
| 61 |
```bash
|
| 62 |
-
cd ResearchClawBench-
|
| 63 |
/home/xwh/miniconda3/envs/agent/bin/python -m pip install gradio==6.10.0 -r requirements.txt
|
| 64 |
/home/xwh/miniconda3/envs/agent/bin/python app.py
|
| 65 |
```
|
|
|
|
| 59 |
## Local run
|
| 60 |
|
| 61 |
```bash
|
| 62 |
+
cd /mnt/d/xwh/ailab记录/工作/26年03月/sgi-bench/ResearchClawBench-HF/space
|
| 63 |
/home/xwh/miniconda3/envs/agent/bin/python -m pip install gradio==6.10.0 -r requirements.txt
|
| 64 |
/home/xwh/miniconda3/envs/agent/bin/python app.py
|
| 65 |
```
|