Skip to content

Commit

Permalink
Update paco tag to v2.0.4
Browse files Browse the repository at this point in the history
Paco tag v2.0.4 has two newer commits to main, which fixed the training algorithm, and the same requirement.txt as the previous v2.0.3.
  • Loading branch information
homework36 authored Oct 7, 2024
1 parent a851c6f commit 7f14143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_gpu_rodan_jobs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ which pip3 && $PIP install --no-cache-dir .

# Install Paco classifier
cd /
git clone -b v2.0.3 --depth 1 https://github.com/DDMAL/Paco_classifier.git
git clone -b v2.0.4 --depth 1 https://github.com/DDMAL/Paco_classifier.git
mv Paco_classifier .Paco_classifier
cd .Paco_classifier
which pip3 && $PIP install --no-cache-dir .
Expand Down

0 comments on commit 7f14143

Please sign in to comment.