We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d5877 commit ff23ec9Copy full SHA for ff23ec9
label_studio_ml/examples/gliner/docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
# specify the model directory (likely you don't need to change this)
23
- MODEL_DIR=/data/models
24
25
- # Path to your saved finetuned model
+ # Path to your saved finetuned model
26
- FINETUNED_MODEL_PATH=finetuned_model
27
28
# Specify the Label Studio URL and API key to access
label_studio_ml/examples/gliner/requirements.txt
@@ -1,4 +1,5 @@
1
gliner==0.2.16
2
torch==2.3.0
3
accelerate>=0.26.0
4
-
+transformers==4.38.2
5
+huggingface-hub==0.21.4
0 commit comments