Skip to content

Commit afda9ea

Browse files
William-AnCopilot
andauthored
Update src/cuda/huggingface/setup_environment.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 156548f commit afda9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cuda/huggingface/setup_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Check if we are already in a virtual environment
55
if [ -n "$VIRTUAL_ENV" ]; then
66
echo "Already in a virtual environment, skipping setup"
7-
return 0
7+
exit 0
88
fi
99

1010
# Get the location of this script when sourcing

0 commit comments

Comments
 (0)