IMvision12 commited on
Commit
12436d4
·
verified ·
1 Parent(s): 6a586fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ KerasFormers: Open-source Keras 3 collection of pretrained models across Vision,
16
  - [PyPI](https://pypi.org/project/kerasformers/)
17
 
18
  > 🚧 **Active development**
19
- kerasformers is under active development. We are currently migrating from GitHub-release-hosted weights to the Hugging Face Hub, with proper typed config files and weights for each model. During this transition we recommend installing directly from the main branch on GitHub rather than from PyPI:
20
 
21
  >
22
  > ```bash
 
16
  - [PyPI](https://pypi.org/project/kerasformers/)
17
 
18
  > 🚧 **Active development**
19
+ > kerasformers is under active development, and we are currently migrating from GitHub-hosted release weights to the Hugging Face Hub. The PyPI package may lag behind the latest models, fixes, and API updates. This migration includes properly typed configuration files and dedicated weights for each model. Until the migration is complete, we recommend installing `kerasformers` directly from the `main` branch on GitHub rather than from PyPI.
20
 
21
  >
22
  > ```bash