We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4113f74 commit 2157dfaCopy full SHA for 2157dfa
keras_nlp/utils/preset_utils.py
@@ -444,9 +444,9 @@ def upload_preset(
444
"Uploading a model to Kaggle Hub requires the `kagglehub` package. "
445
"Please install with `pip install kagglehub`."
446
)
447
- if parse(kagglehub.__version__) < parse("0.2.1"):
+ if parse(kagglehub.__version__) < parse("0.2.4"):
448
raise ImportError(
449
- "Uploading a model to Kaggle Hub requires the `kagglehub` package version `0.2.1` or higher. "
+ "Uploading a model to Kaggle Hub requires the `kagglehub` package version `0.2.4` or higher. "
450
"Please upgrade with `pip install --upgrade kagglehub`."
451
452
kaggle_handle = uri.removeprefix(KAGGLE_PREFIX)
0 commit comments