Merge branch 'main' into nightly

This commit is contained in:
Daniel Han 2024-12-20 03:30:58 -08:00
commit 3612242027
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2024.12.7"
__version__ = "2024.12.8"
__all__ = [
"prepare_model_for_kbit_training",

View file

@ -29,7 +29,6 @@ from peft import LoraConfig, TaskType, get_peft_model
from transformers import set_seed as transformers_set_seed
from unsloth_zoo.peft_utils import (
get_peft_regex,
merge_and_overwrite_lora,
SKIP_QUANTIZATION_MODULES,
)
from triton import __version__ as triton_version