Skip to content

Commit

Permalink
feat: update ingredient detection model
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Sep 16, 2024
1 parent 5f2b94c commit 459f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dl-ingredient-detection-model:
cd models/triton; \
dir=ingredient-ner/1/model.onnx; \
mkdir -p $${dir}; \
wget -cO - https://github.com/openfoodfacts/robotoff-models/releases/download/pytorch-ingredient-detection-1.0/onnx.tar.gz > $${dir}/onnx.tar.gz; \
wget -cO - https://huggingface.co/openfoodfacts/ingredient-detection/resolve/main/onnx.tar.gz > $${dir}/onnx.tar.gz; \
cd $${dir}; \
tar -xzvf onnx.tar.gz --strip-component=1; \
rm onnx.tar.gz
Expand Down

0 comments on commit 459f6f4

Please sign in to comment.