chore: update changelog

This commit is contained in:
guojianzhu 2025-01-01 18:05:02 +08:00
parent 47b54095d4
commit fa85638cd3

View File

@ -22,7 +22,7 @@ The new version (v1.1) Animals Model has been updated on [HuggingFace](https://h
> [!IMPORTANT] > [!IMPORTANT]
> Note: Make sure to update your weights to use the new version. > 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 ```python
version_animals = "" # old version version_animals = "" # old version
# version_animals = "_v1.1" # new (v1.1) version # version_animals = "_v1.1" # new (v1.1) version