kirikir13 commited on
Commit
8a5d1a8
·
verified ·
1 Parent(s): d3330ee

Update prebuilt.sh

Browse files
Files changed (1) hide show
  1. prebuilt.sh +2 -8
prebuilt.sh CHANGED
@@ -1,14 +1,8 @@
1
  #!/bin/bash
2
  set -e
3
- echo "==============================================="
4
- echo " Installing llama-cpp-python CUDA for ZeroGPU"
5
- echo "==============================================="
6
- # Use the pre-built CUDA 12.4 wheel — installs in seconds, works on CUDA 13
7
  pip install --no-cache-dir llama-cpp-python \
8
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
9
  echo "[OK] llama-cpp-python CUDA wheel installed"
10
- # Extra deps
11
  pip install --no-cache-dir python-docx pdfplumber chardet
12
- echo "==============================================="
13
- echo " Ready."
14
- echo "==============================================="
 
1
  #!/bin/bash
2
  set -e
3
+ echo "=== Installing llama-cpp-python CUDA for ZeroGPU ==="
 
 
 
4
  pip install --no-cache-dir llama-cpp-python \
5
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
6
  echo "[OK] llama-cpp-python CUDA wheel installed"
 
7
  pip install --no-cache-dir python-docx pdfplumber chardet
8
+ echo "=== Ready ==="