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 6d24e2a commit 3339dc6Copy full SHA for 3339dc6
lit_nlp/examples/prompt_debugging/models.py
@@ -30,7 +30,7 @@ def _initialize_modeling_environment(
30
31
# NOTE: Imported here and not at the top of the file to avoid
32
# initialization issues with the environment variables above.
33
- import keras # pylint: disable=g-import-not-at-top
+ import keras # pylint: disable=g-import-not-at-top # pytype: disable=import-error
34
35
keras.config.set_floatx(precision)
36
elif dl_runtime == "torch":
0 commit comments