From 47b54095d4c9487d37f2e0de88f90b1a38e49437 Mon Sep 17 00:00:00 2001 From: guojianzhu Date: Wed, 1 Jan 2025 18:04:26 +0800 Subject: [PATCH] chore: update changelog --- assets/docs/changelog/2025-01-01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/docs/changelog/2025-01-01.md b/assets/docs/changelog/2025-01-01.md index cc7df4d..7909776 100644 --- a/assets/docs/changelog/2025-01-01.md +++ b/assets/docs/changelog/2025-01-01.md @@ -22,7 +22,7 @@ The new version (v1.1) Animals Model has been updated on [HuggingFace](https://h > [!IMPORTANT] > Note: Make sure to update your weights to use the new version. -If you prefer to use the original version, simply modify the configuration in [inference_config.py](../src/config/inference_config.py) +If you prefer to use the original version, simply modify the configuration in [inference_config.py](../../../src/config/inference_config.py) ```python version_animals = "" # old version # version_animals = "_v1.1" # new (v1.1) version