LoneWolfVPS
commited on
Upload Unsaved Document 1
Browse files- Unsaved Document 1 +15 -0
Unsaved Document 1
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
https://github.com/LinuxMadeEZ/PyTorch-Ubuntu-GFX803
|
2 |
+
https://youtu.be/lCOk6Id2oRE?si=cPYw4IUlp6DU02ue
|
3 |
+
|
4 |
+
|
5 |
+
sudo apt install rocm-hip-sdk5.7.3 rocminfo5.7.3 rocm-smi-lib5.7.3 hipblas5.7.3 rocblas5.7.3 rocsolver5.7.3 roctracer5.7.3 miopen-hip5.7.3
|
6 |
+
|
7 |
+
sudo ldconfig
|
8 |
+
|
9 |
+
|
10 |
+
pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0
|
11 |
+
|
12 |
+
home/lonewolf/SD/venv/bin/python3.10 launch.py --precision full --no-half --lowvram --opt-split-attention-v1 --upcast-sampling
|
13 |
+
|
14 |
+
|
15 |
+
|