aydnarda commited on
Commit
7b01585
·
1 Parent(s): badf752

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -40,7 +40,9 @@ The framework was developed using `Python 3.10.18` and `PyTorch 2.1.0` with `CUD
40
  ```
41
  conda create -n ace_lora python=3.10.18
42
  conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=11.8 -c pytorch -c nvidia
43
- pip install -r requirements.txt```
 
 
44
 
45
  - Code: https://github.com/icon-lab/ACE-LoRA
46
  - Paper: https://arxiv.org/pdf/2603.17079
 
40
  ```
41
  conda create -n ace_lora python=3.10.18
42
  conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=11.8 -c pytorch -c nvidia
43
+ pip install -r requirements.txt
44
+
45
+ ```
46
 
47
  - Code: https://github.com/icon-lab/ACE-LoRA
48
  - Paper: https://arxiv.org/pdf/2603.17079