satyaiyer commited on
Commit
9f2f437
·
verified ·
1 Parent(s): 5473341

Delete setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +0 -21
setup.sh DELETED
@@ -1,21 +0,0 @@
1
- #!/bin/bash
2
- set -e
3
-
4
- # Update and install dependencies
5
- apt-get update && apt-get install -y git-lfs build-essential
6
-
7
- # Install Python dependencies
8
- pip install git-lfs
9
- pip install transformers torch accelerate gradio
10
-
11
- # Clone the repository containing the AyaExpense 8B model (if available on Hugging Face)
12
- git lfs install
13
- git clone https://huggingface.co/your-model-repository # Replace with actual repository
14
- cd your-model-repository # Move into the model directory
15
-
16
- # Pull model files with git-lfs
17
- git lfs pull
18
- cd ..
19
-
20
- # Verify installed packages
21
- pip freeze