Skip to content

Commit 03c4eed

Browse files
committed
venv and conda working
1 parent 0bfa05f commit 03c4eed

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,25 @@ docker run -d -p 7860:7860 --gpus all -v opentuneweaver:/app/data --name opentun
110110
111111
```
112112

113-
**Conda Installation:** *(Coming Soon)*
113+
**Conda Installation:**
114114
```
115115
116116
conda create -n opentuneweaver python=3.11
117117
conda activate opentuneweaver
118+
apt-get update && apt-get upgrade -y
118119
git clone https://github.com/ProfEngel/OpenTuneWeaver.git
119120
cp OpenTuneWeaver/setup_runpod_direct.sh .
120121
chmod +x setup_runpod_direct.sh
122+
123+
# Installation von unsloth_zoo direkt von GitHub
124+
pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth-zoo.git
125+
126+
# Dann das Setup-Skript ausführen
121127
./setup_runpod_direct.sh
122128
123129
```
124130

125-
**Virtual Environment:** *(not finally tested)*
131+
**Virtual Environment:**
126132
```
127133
128134
python3.11 -m venv opentuneweaver-env

0 commit comments

Comments
 (0)