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 e1388cb commit 1f32806Copy full SHA for 1f32806
ch05/12_gemma3/tests/test_gemma3_kv_nb.py
@@ -18,7 +18,7 @@
18
@pytest.fixture
19
def nb_imports():
20
nb_dir = Path(__file__).resolve().parents[1]
21
- mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3.ipynb")
+ mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3-plus-kvcache.ipynb")
22
return mod
23
24
ch05/12_gemma3/tests/test_gemma3_nb.py
- mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3-plus-kv-cache.ipynb")
+ mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3.ipynb")
0 commit comments