Helena Kloosterman

Results 6 issues of Helena Kloosterman

PyTube is broken at the moment. It is only used in 202 and already in a try/except loop so the notebook still works with the default video, but it currently...

This PR adds an option to specify a custom config for OpenVINO models, with `--model_args ov_config=/path/to/config.json`. This allows users to set options that may affect accuracy, or for example enable...

Add JPQD evaluation notebook. Since JPQD QA takes about 12 hours to train, it doesn't make sense to do it in a notebook (if the browser crashes or the computer...

- Update example to not compile the full precision model and not compress the model to INT8 before compressing to INT4 - Update installation command: nncf is now included in...

category: docs

`optimum-cli export openvino -m tiiuae/falcon-7b --weight-format int4 falcon-7b-ov-int4` results in an error with PyTorch 2.4 on Windows: The specified module could not be found. Error loading "[...]fbgem.dll" or one of...

openvino-test

The existing URLs now resulted in empty documents and a cryptic error. With the URLs from this PR the notebook works as expected. Also added ipywidgets to requirements.txt (to prevent...