Update README.md
Browse files
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
|