Skip to content

Commit dd41891

Browse files
Merge branch 'latest' into nm/update_outetts
2 parents 216991c + 4600eac commit dd41891

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/validate_notebooks.py

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def run_test(notebook_path: Path, root, timeout=7200, keep_artifacts=False, repo
203203
os.environ["HUGGINGFACE_HUB_CACHE"] = str(notebook_path.parent)
204204
os.environ["HF_HUB_CACHE"] = str(notebook_path.parent)
205205
os.environ["TORCH_HOME"] = str(notebook_path.parent)
206+
os.environ["DO_NOT_TRACK"] = "1"
206207
print(f"RUN {notebook_path.relative_to(root)}", flush=True)
207208
result = None
208209

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ or create an [issue](https://github.com/openvinotoolkit/openvino_notebooks/issue
171171
- If you get an `ImportError`, double-check that you installed the Jupyter kernel. If necessary, choose the `openvino_env` kernel from the _Kernel->Change Kernel_ menu in Jupyter Lab or Jupyter Notebook.
172172
- If OpenVINO is installed globally, do not run installation commands in a terminal where `setupvars.bat` or `setupvars.sh` are sourced.
173173
- For Windows installation, it is recommended to use _Command Prompt (`cmd.exe`)_, not _PowerShell_.
174+
- If you get `ImportError: cannot import name 'collect_telemetry' from 'notebook_utils'`, make sure that you have the latest version of `notebook_utils.py` file downloaded in the notebook directory. Try removing outdated `notebook_utils.py` file and re-run the notebook - new utils file will be downloaded.
174175

175176
[![-----------------------------------------------------](https://user-images.githubusercontent.com/10940214/155750931-fc094349-b6ec-4e1f-9f9a-113e67941119.jpg)]()
176177
<div id='-telemetry'></div>

0 commit comments

Comments
 (0)