From fa85638cd3142619a2b2b742b4088ca0e43952e7 Mon Sep 17 00:00:00 2001 From: guojianzhu Date: Wed, 1 Jan 2025 18:05:02 +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 7909776..98b1ce5 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#L29) ```python version_animals = "" # old version # version_animals = "_v1.1" # new (v1.1) version