"docs/ZH_CN/git@developer.sourcefind.cn:Wenxuan/LightX2V.git" did not exist on "50006ef4d915281fcffca208a68ee619423aa773"
Commit e9f8f654 authored by jon-tow's avatar jon-tow
Browse files

Update `task_guide.md` instructions for dev environ setup

parent bc9f6fc5
...@@ -11,7 +11,7 @@ If you haven't already, go ahead and fork the main repo, clone it, create a bran ...@@ -11,7 +11,7 @@ If you haven't already, go ahead and fork the main repo, clone it, create a bran
git clone https://github.com/<YOUR-USERNAME>/lm-evaluation-harness.git git clone https://github.com/<YOUR-USERNAME>/lm-evaluation-harness.git
cd lm-evaluation-harness cd lm-evaluation-harness
git checkout -b <task-name> git checkout -b <task-name>
pip install -r requirements.txt pip install -e ".[dev]"
``` ```
## Creating Your Task File ## Creating Your Task File
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment