Skip to content

Commit 57245b9

Browse files
committed
update torch requirement
1 parent fc90807 commit 57245b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gliner==0.2.16
2-
torch==2.2.0
2+
torch==2.3.0
33
accelerate>=0.26.0
44

label_studio_ml/examples/yolo/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)