File size: 85 Bytes
1062cdf |
1 2 3 4 5 |
#!/bin/bash
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make
|
1062cdf |
1 2 3 4 5 |
#!/bin/bash
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make
|