File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
116116conda create -n opentuneweaver python=3.11
117117conda activate opentuneweaver
118+ apt-get update && apt-get upgrade -y
118119git clone https://github.com/ProfEngel/OpenTuneWeaver.git
119120cp OpenTuneWeaver/setup_runpod_direct.sh .
120121chmod +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
128134python3.11 -m venv opentuneweaver-env
You can’t perform that action at this time.
0 commit comments