Skip to content

Commit 646b3d6

Browse files
committed
readme update
1 parent ea52e43 commit 646b3d6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Open Ports: 8080,11434
9292
9393
cd /workspace
9494
git clone https://github.com/ProfEngel/OpenTuneWeaver.git
95-
cp OpenTuneWeaver/setup_runpod_direct.sh .
96-
chmod +x setup_runpod_direct.sh
97-
./setup_runpod_direct.sh
95+
cp OpenTuneWeaver/setup_with_ollama.sh .
96+
chmod +x setup_with_ollama.sh
97+
./setup_with_ollama.sh
9898
9999
```
100100

@@ -120,14 +120,14 @@ conda create -n opentuneweaver python=3.11
120120
conda activate opentuneweaver
121121
apt-get update && apt-get upgrade -y
122122
git clone https://github.com/ProfEngel/OpenTuneWeaver.git
123-
cp OpenTuneWeaver/setup_runpod_direct.sh .
124-
chmod +x setup_runpod_direct.sh
123+
cp OpenTuneWeaver/setup_with_ollama.sh .
124+
chmod +x setup_with_ollama.sh
125125
126126
# Installation von unsloth_zoo direkt von GitHub
127127
pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth-zoo.git
128128
129129
# Dann das Setup-Skript ausführen
130-
./setup_runpod_direct.sh
130+
./setup_with_ollama.sh
131131
132132
```
133133

@@ -138,14 +138,14 @@ python3.11 -m venv opentuneweaver-env
138138
source opentuneweaver-env/bin/activate
139139
apt-get update && apt-get upgrade -y
140140
git clone https://github.com/ProfEngel/OpenTuneWeaver.git
141-
cp OpenTuneWeaver/setup_runpod_direct.sh .
142-
chmod +x setup_runpod_direct.sh
141+
cp OpenTuneWeaver/setup_with_ollama.sh .
142+
chmod +x setup_with_ollama.sh
143143
144144
# Installation von unsloth_zoo direkt von GitHub
145145
pip install --upgrade --no-cache-dir --no-deps git+https://github.com/unslothai/unsloth-zoo.git
146146
147147
# Dann das Setup-Skript ausführen
148-
./setup_runpod_direct.sh
148+
./setup_with_ollama.sh
149149
150150
```
151151

0 commit comments

Comments
 (0)