mirror of
https://github.com/huggingface/peft.git
synced 2025-10-20 15:33:48 +08:00
Release v0.11.1
This commit is contained in:
2
setup.py
2
setup.py
@ -15,7 +15,7 @@
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
|
||||
VERSION = "0.11.0"
|
||||
VERSION = "0.11.1"
|
||||
|
||||
extras = {}
|
||||
extras["quality"] = [
|
||||
|
@ -17,7 +17,7 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
__version__ = "0.11.0"
|
||||
__version__ = "0.11.1"
|
||||
|
||||
from .auto import (
|
||||
AutoPeftModel,
|
||||
|
Reference in New Issue
Block a user