Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 07b68d0

Browse files
authored
fix yolov5 integration setup script (#265)
1 parent 514de65 commit 07b68d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/ultralytics-yolov5/setup_integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# Command: `bash setup_integration.sh`
66

77
git clone https://github.com/neuralmagic/yolov5.git
8-
pip install -r yolov3/requirements.txt
8+
pip install -r yolov5/requirements.txt

0 commit comments

Comments
 (0)