From 25ada3d0b7790394a8f1d9bbb29858322901097e Mon Sep 17 00:00:00 2001 From: Petros Toupas Date: Thu, 2 Jan 2025 18:26:46 +0200 Subject: [PATCH 1/2] Fix broken links on README file. (#62) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27d213e..b24ee18 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) @@ -269,7 +270,7 @@ You can run the built image either manually using the `docker run` command or us --path [ config overrides ] ``` -**Examples:** +#### Examples Use `resnet18.yaml` config, but override `calibration.path`: From 89852a47d82cc2bb43eb2051060e44857165e824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kozlovsk=C3=BD?= Date: Wed, 8 Jan 2025 09:58:04 +0100 Subject: [PATCH 2/2] Fix failing build of rvc2-2021.4.0 (#63) --- docker/rvc2/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/rvc2/requirements.txt b/docker/rvc2/requirements.txt index fb1ac24..11f4a88 100644 --- a/docker/rvc2/requirements.txt +++ b/docker/rvc2/requirements.txt @@ -1,4 +1,5 @@ tflite2onnx bsdiff4 +tokenizers==0.20.0 openvino==${VERSION} openvino-dev==${VERSION}