Skip to content

Commit

Permalink
Check for large-v3 weight
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren committed Jul 3, 2024
1 parent d44bdc3 commit d97cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [ -f /src/weights/large-v2.pt ]
if [ -f /src/weights/large-v3.pt ]
then
echo "Weights already exist"
else
Expand Down

0 comments on commit d97cbb3

Please sign in to comment.