Skip to content

Commit d5e5bb1

Browse files
fix: bump model version
1 parent df00d05 commit d5e5bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ uv run -m nltk.downloader stopwords
99
export MLFLOW_S3_ENDPOINT_URL="https://$AWS_S3_ENDPOINT"
1010
export MLFLOW_TRACKING_URI=https://projet-ape-mlflow.user.lab.sspcloud.fr
1111
export MLFLOW_MODEL_NAME=FastText-pytorch-2025
12-
export MLFLOW_MODEL_VERSION="4"
12+
export MLFLOW_MODEL_VERSION="6"
1313
export API_USERNAME=username
1414
export API_PASSWORD=password
1515
export AUTH_API=False

0 commit comments

Comments
 (0)