LifuWang commited on
Commit
ac31793
·
verified ·
1 Parent(s): bfc6fe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,8 +24,8 @@ It is 50 times smaller and retains most capability of T5-XXL.
24
  ```
25
  git clone https://github.com/LifuWang-66/DistillT5.git
26
  cd DistillT5
27
- conda create -n scaling python=3.12
28
- conda activate scaling
29
  pip install -r requirements.txt
30
  pip install ./diffusers
31
  ```
 
24
  ```
25
  git clone https://github.com/LifuWang-66/DistillT5.git
26
  cd DistillT5
27
+ conda create -n distillt5 python=3.12
28
+ conda activate distillt5
29
  pip install -r requirements.txt
30
  pip install ./diffusers
31
  ```