mirror of
https://github.com/huggingface/peft.git
synced 2025-10-20 23:43:47 +08:00
Bump version to reflect patch release (#2461)
This commit is contained in:
2
setup.py
2
setup.py
@ -15,7 +15,7 @@
|
|||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
VERSION = "0.15.1.dev0"
|
VERSION = "0.15.2.dev0"
|
||||||
|
|
||||||
extras = {}
|
extras = {}
|
||||||
extras["quality"] = [
|
extras["quality"] = [
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
__version__ = "0.15.1.dev0"
|
__version__ = "0.15.2.dev0"
|
||||||
|
|
||||||
from .auto import (
|
from .auto import (
|
||||||
MODEL_TYPE_TO_PEFT_MODEL_MAPPING,
|
MODEL_TYPE_TO_PEFT_MODEL_MAPPING,
|
||||||
|
Reference in New Issue
Block a user