Skip to content

Commit 1f32806

Browse files
committed
update
1 parent e1388cb commit 1f32806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ch05/12_gemma3/tests/test_gemma3_kv_nb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@pytest.fixture
1919
def nb_imports():
2020
nb_dir = Path(__file__).resolve().parents[1]
21-
mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3.ipynb")
21+
mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3-plus-kvcache.ipynb")
2222
return mod
2323

2424

ch05/12_gemma3/tests/test_gemma3_nb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@pytest.fixture
1919
def nb_imports():
2020
nb_dir = Path(__file__).resolve().parents[1]
21-
mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3-plus-kv-cache.ipynb")
21+
mod = import_definitions_from_notebook(nb_dir, "standalone-gemma3.ipynb")
2222
return mod
2323

2424

0 commit comments

Comments
 (0)