Skip to content

Commit

Permalink
update .gitignore and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jesicasusanto committed Jun 5, 2023
1 parent 90be2d1 commit f7e2517
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,15 @@ cache

# db
*.db
# pth

# VSCode
.VSCode

# Generated performance charts
performance

# Generated when adding editable dependencies in requirements.txt (-e)
src

# Generated when downloading SAM checkpoint
*.pth
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ tiktoken==0.4.0
torch==2.0.0
tqdm==4.64.0
transformers==4.28.1
segment-anything @ git+https://github.com/facebookresearch/segment-anything@master

0 comments on commit f7e2517

Please sign in to comment.