Skip to content

Commit ff23ec9

Browse files
fix: gliner imports (#791)
1 parent f1d5877 commit ff23ec9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

label_studio_ml/examples/gliner/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
# specify the model directory (likely you don't need to change this)
2323
- MODEL_DIR=/data/models
2424

25-
# Path to your saved finetuned model
25+
# Path to your saved finetuned model
2626
- FINETUNED_MODEL_PATH=finetuned_model
2727

2828
# Specify the Label Studio URL and API key to access
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
gliner==0.2.16
22
torch==2.3.0
33
accelerate>=0.26.0
4-
4+
transformers==4.38.2
5+
huggingface-hub==0.21.4

0 commit comments

Comments
 (0)