42Cummer commited on
Commit
b584a48
·
verified ·
1 Parent(s): fef26fe

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
- # Setup script for HuggingFace Spaces deployment
3
-
4
- # Clone ProteinMPNN if it doesn't exist
5
- if [ ! -d "ProteinMPNN" ]; then
6
- echo "Cloning ProteinMPNN..."
7
- git clone https://github.com/dauparas/ProteinMPNN.git
8
- fi
9
-
10
- # Create necessary directories
11
- mkdir -p data
12
- mkdir -p generated
13
-
14
- echo "Setup complete!"