-
Notifications
You must be signed in to change notification settings - Fork 146
Remove datasets as required dependency #1466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
"nncf": ["nncf>=2.16.0"], | ||
"openvino": ["nncf>=2.16.0", "openvino>=2025.1.0", "openvino-tokenizers>=2025.1.0"], | ||
"neural-compressor": ["neural-compressor[pt]>=3.4.1", "accelerate", "transformers<4.46"], | ||
"neural-compressor": ["neural-compressor[pt]>=3.4.1", "accelerate", "transformers<4.46", "datasets"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed for neural-compressor https://github.com/intel/neural-compressor/blob/v3.5/neural_compressor/transformers/quantization/utils.py#L23
pip install --upgrade pip uv | ||
uv pip install git+https://github.com/huggingface/doc-builder | ||
uv pip install .[quality] nncf openvino neural-compressor[pt]>3.4 diffusers accelerate | ||
uv pip install .[quality] nncf openvino neural-compressor[pt]>3.4 diffusers accelerate datasets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed for neural-compressor reference section
cb19de1
to
6f799b2
Compare
No description provided.