File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ sudo apt install git build-essential
114
114
2 . Clone this repository and compile Distributed Llama on all computers:
115
115
``` sh
116
116
git clone https://github.com/b4rtaz/distributed-llama.git
117
+ cd distributed-llama
117
118
make dllama
118
119
make dllama-api
119
120
```
@@ -129,6 +130,7 @@ choco install mingw
129
130
2 . Clone this repository and compile Distributed Llama on all computers:
130
131
``` sh
131
132
git clone https://github.com/b4rtaz/distributed-llama.git
133
+ cd distributed-llama
132
134
make dllama
133
135
make dllama-api
134
136
```
@@ -175,6 +177,7 @@ sudo apt install git
175
177
5 . Clone this repository and compile Distributed Llama on all devices:
176
178
``` sh
177
179
git clone https://github.com/b4rtaz/distributed-llama.git
180
+ cd distributed-llama
178
181
make dllama
179
182
make dllama-api
180
183
```
You can’t perform that action at this time.
0 commit comments