Skip to content

Commit

Permalink
Make setup-runpod.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 25, 2023
1 parent 629819e commit ee77a64
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,23 +1,44 @@
# Python
venv
__pycache__
cudnn_windows
.vscode
*.egg-info
build
wd14_tagger_model

# IDE and Editor specific
.vscode

# CUDNN for Windows
cudnn_windows

# Cache and temporary files
.cache
.DS_Store

# Scripts and executables
locon
gui-user.bat
gui-user.ps1
.vscode

# Version control
SmilingWolf
wandb

# Setup and logs
setup.log
logs
SmilingWolf

# Miscellaneous
uninstall.txt

# Test files
test/output
test/logs
test/*.json
test/ft

# Temporary requirements
requirements_tmp_for_setup.txt
0.13.3

# Version specific
0.13.3
Empty file modified setup-runpod.sh
100644 → 100755
Empty file.

0 comments on commit ee77a64

Please sign in to comment.