Skip to content

Commit

Permalink
change to executable files (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
felenitaribeiro authored Apr 2, 2024
1 parent 8236157 commit 017212c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 0 deletions.
Empty file modified boost.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions miniconda-setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
chmod +x ./miniconda.sh
./miniconda.sh -b
Expand Down
Empty file modified prediction.py
100644 → 100755
Empty file.
Empty file modified test_time_adaptation.py
100644 → 100755
Empty file.
Empty file modified train.py
100644 → 100755
Empty file.

0 comments on commit 017212c

Please sign in to comment.