Skip to content

Commit

Permalink
Merge branch 'main' into fix/onnx-vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 15, 2025
2 parents fcb40c4 + 89852a4 commit ea29d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Convert your **ONNX** models to a format compatible with any generation of Luxon
## Table of Contents

- [Installation](#installation)
- [Configuration](#usage)
- [Configuration](#configuration)
- [YAML Configuration File](#yaml-configuration-file)
- [NN Archive Configuration File](#nn-archive-configuration-file)
- [Online Usage](#online-usage)
Expand All @@ -33,6 +33,7 @@ Convert your **ONNX** models to a format compatible with any generation of Luxon
- [GPU Support](#gpu-support)
- [Sharing Files](#sharing-files)
- [Running ModelConverter](#running-modelconverter)
- [Examples](#examples)
- [Multi-Stage Conversion](#multi-stage-conversion)
- [Interactive Mode](#interactive-mode)
- [Calibration Data](#calibration-data)
Expand Down Expand Up @@ -269,7 +270,7 @@ You can run the built image either manually using the `docker run` command or us
--path <s3_url_or_path> [ config overrides ]
```

**Examples:**
#### Examples

Use `resnet18.yaml` config, but override `calibration.path`:

Expand Down
1 change: 1 addition & 0 deletions docker/rvc2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tflite2onnx
bsdiff4
tokenizers==0.20.0
openvino==${VERSION}
openvino-dev==${VERSION}

0 comments on commit ea29d17

Please sign in to comment.