Fix stubgen (#2065)

* Fix stubgen

* add multi optim to docs
This commit is contained in:
Awni Hannun 2025-04-11 12:02:54 -07:00 committed by GitHub
parent ef7ece9851
commit 9c6953bda7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -251,7 +251,7 @@ jobs:
name: Install Python package
command: |
source env/bin/activate
DEV_RELEASE=1 \
MACOSX_DEPLOYMENT_TARGET="" DEV_RELEASE=1 \
CMAKE_BUILD_PARALLEL_LEVEL=`sysctl -n hw.ncpu` \
pip install . -v
- run:

View File

@ -18,3 +18,4 @@ Common Optimizers
AdamW
Adamax
Lion
MultiOptimizer