IMvision12 commited on
Commit
7fddb9e
·
verified ·
1 Parent(s): 5dbe958

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -56,8 +56,8 @@
56
  <a href="https://pypi.org/project/kerasformers/">PyPI</a>
57
  </nav>
58
  <section class="notice">
59
- <strong>🚧 Active development</strong>
60
- <p>The PyPI package can lag behind the latest models, fixes, and APIs. For the most up-to-date version, we recommend installing directly from the <code>main</code> branch on GitHub:</p>
61
  <div class="install">
62
  <code>pip install git+https://github.com/IMvision12/KerasFormers.git</code>
63
  </div>
 
56
  <a href="https://pypi.org/project/kerasformers/">PyPI</a>
57
  </nav>
58
  <section class="notice">
59
+ <strong>[!IMPORTANT]</strong>
60
+ <p>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:</p>
61
  <div class="install">
62
  <code>pip install git+https://github.com/IMvision12/KerasFormers.git</code>
63
  </div>