Merge branch 'main' into nightly
This commit is contained in:
commit
3612242027
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue