Watay commited on
Commit
3f3815f
·
verified ·
1 Parent(s): 4d17d60

Update AAD-1 environment docs

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -76,8 +76,8 @@ uv pip install -e .
76
  Alternatively, use `conda`:
77
 
78
  ```bash
79
- conda create -n self_forcing python=3.10 -y
80
- conda activate self_forcing
81
  pip install -r requirements.txt
82
  pip install flash-attn --no-build-isolation
83
  python setup.py develop
 
76
  Alternatively, use `conda`:
77
 
78
  ```bash
79
+ conda create -n AAD-1 python=3.10 -y
80
+ conda activate AAD-1
81
  pip install -r requirements.txt
82
  pip install flash-attn --no-build-isolation
83
  python setup.py develop