zewang95 commited on
Commit
7924a83
·
verified ·
1 Parent(s): 5805610

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -65,9 +65,7 @@ GPU_ARCH=gfx942 MAX_JOBS=$(nproc) pip install git+https://github.com/Dao-AILab/f
65
  pip install -r requirements.txt
66
  ```
67
 
68
- ## ▶️ Running the Tests
69
-
70
- Using provide `test_diff.py` and `test_ar.py` to run image generation in interactive mode for the diffusion and AR models.
71
 
72
  The inference scripts will automatically download the checkpoints to path specified by `--ckpt_path`.
73
 
 
65
  pip install -r requirements.txt
66
  ```
67
 
68
+ Using the `test_diff.py` and `test_ar.py` provided in the Github repository to run image generation in interactive mode for the diffusion and AR models.
 
 
69
 
70
  The inference scripts will automatically download the checkpoints to path specified by `--ckpt_path`.
71