[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ef6e98dfa5
commit
a8a03154ea
2 changed files with 0 additions and 2 deletions
|
|
@ -237,7 +237,6 @@ def main():
|
|||
|
||||
try:
|
||||
from llmcompressor.core import reset_session
|
||||
|
||||
reset_session()
|
||||
except Exception:
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -4049,7 +4049,6 @@ def _unsloth_save_compressed_tensors(
|
|||
if datasets:
|
||||
try:
|
||||
from huggingface_hub import metadata_update
|
||||
|
||||
metadata_update(repo_id, {"datasets": datasets}, overwrite = True, token = token)
|
||||
except Exception as meta_err:
|
||||
logger.warning_once(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue