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 a66a5c1 commit e6958a2Copy full SHA for e6958a2
label_studio_ml/examples/gliner/docker-compose.yml
@@ -22,6 +22,9 @@ 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
26
+ - FINETUNED_MODEL_PATH=finetuned_model
27
+
28
# Specify the Label Studio URL and API key to access
29
# uploaded, local storage and cloud storage files.
30
# Do not use 'localhost' as it does not work within Docker containers.
0 commit comments