Skip to content

Commit 56d5db0

Browse files
authored
Update script to use cache_dir (openvinotoolkit#692)
1 parent 995f04b commit 56d5db0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,8 @@ dmypy.json
100100
*~
101101

102102
# Notebook temporal files
103-
notebooks/*/output/**
103+
notebooks/*/output/**
104+
105+
# cache directory
106+
notebooks/cache/*
107+

notebooks/201-vision-monodepth/201-vision-monodepth.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
"outputs": [],
160160
"source": [
161161
"ie = Core()\n",
162+
"ie.set_property({'CACHE_DIR': '../cache'})\n",
162163
"model = ie.read_model(model_xml_path)\n",
163164
"compiled_model = ie.compile_model(model=model, device_name=DEVICE)\n",
164165
"\n",

notebooks/cache/empty

Whitespace-only changes.

0 commit comments

Comments
 (0)