File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11gliner == 0.2.16
2- torch == 2.2 .0
2+ torch == 2.3 .0
33accelerate >= 0.26.0
44
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ services:
1414 - BASIC_AUTH_PASS=
1515 # set the log level for the model server
1616 - LOG_LEVEL=DEBUG
17+ - DEBUG=true
1718 # any other parameters that you want to pass to the model server
1819 - ANY=PARAMETER
1920 # specify the number of workers and threads for the model server
@@ -29,8 +30,8 @@ services:
2930 # Use prefix 'http://' or 'https://' for the URL always.
3031 # Determine the actual IP using 'ifconfig' (Linux/Mac) or 'ipconfig' (Windows).
3132 # or you can try http://host.docker.internal:<label-studio-port> if you run LS on the same machine
32- - LABEL_STUDIO_URL=http ://host.docker.internal:8080
33- - LABEL_STUDIO_API_KEY=
33+ - LABEL_STUDIO_URL=https ://app.heartex.com
34+ - LABEL_STUDIO_API_KEY=d237e9bf62fa1f34252633ad776cd214416af880
3435
3536 # YOLO parameters
3637
You can’t perform that action at this time.
0 commit comments