unijoh commited on
Commit
dda947e
·
verified ·
1 Parent(s): 047c567

Delete setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +0 -14
setup.sh DELETED
@@ -1,14 +0,0 @@
1
- #!/bin/bash
2
-
3
- pip install sentencepiece
4
-
5
-
6
- # Install Rust
7
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
8
- source $HOME/.cargo/env
9
-
10
- # Upgrade pip
11
- pip install --no-cache-dir --upgrade pip
12
-
13
- # Install Python dependencies
14
- pip install --no-cache-dir -r requirements.txt