convert AI models in ONNX format
Go to file
ale a3921a7a75
Some checks reported errors
continuous-integration/drone/push Build was killed
-m scripts.convert
Signed-off-by: ale <ale@manalejandro.com>
2024-11-23 11:32:46 +01:00
models initial commit 2024-03-29 18:32:27 +01:00
.drone.yml .drone.yml 2024-11-02 01:15:58 +01:00
.gitlab-ci.yml .gitlab-ci.yml 2024-04-08 22:53:23 +02:00
Dockerfile -m scripts.convert 2024-11-23 11:32:46 +01:00
README.md initial commit 2024-03-29 18:32:27 +01:00

docker-onnx-converted - convert AI models in ONNX format

Build

docker buildx build -t docker-onnx-converter .

Usage

docker run -ti --name docker-onnx-converter --rm -v $PWD/models:/models docker-onnx-converter \
--model_id /models/<path to model> --quantize --task <type of model task>

License

MIT