Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
muellerzr
/
RAG-accelerate
like
3
Languages:
English
License:
apache-2.0
Dataset card
Files
Files and versions
Community
main
RAG-accelerate
/
src
/
utils
/
rich.py
muellerzr
HF staff
Remove whitespace
ecb9f74
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
197 Bytes
if
is_rich_available():
from
rich.traceback
import
install
install(show_locals=
False
)
else
:
raise
ModuleNotFoundError(
"To use the rich extension, install rich with `pip install rich`"
)