docs: remove iprogress warnings (#16697)

- **Description:** removes iprogress warning texts from notebooks,
resulting in a little nicer to read documentation
This commit is contained in:
Yelin Zhang
2024-01-29 01:38:14 +01:00
committed by GitHub
parent 0255c5808b
commit bc7607a4e9
5 changed files with 3 additions and 28 deletions

View File

@@ -670,8 +670,6 @@ local_llm = HuggingFacePipeline(pipeline=pipe)
<CodeOutputBlock lang="python">
```
/workspace/langchain/.venv/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
from .autonotebook import tqdm as notebook_tqdm
Loading checkpoint shards: 100%|██████████| 8/8 [00:32<00:00, 4.11s/it]
```