Anna Likholat
Anna Likholat
## Current state ### Adding to OpenVino 1. Create a symbolic link: ```bash ln -s /opt/intel/openvino_2021/deployment_tools/open_model_zoo/libs/python/open_model_zoo.py /opt/intel/openvino_2021/python/python3.X/openvino/open_model_zoo.py ``` 2. Add path to downloader to python path ```bash export PYTHONPATH=$PYTHONPATH:/opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader ```...
I would like to contribute an [OpenVINO](https://docs.openvino.ai/latest/index.html) backend (allows to speed up the runtime of pretrained models) for the models in this repository. Now I have a script, which converts...
### Context OpenVINO Runtime supports inference in either synchronous or asynchronous mode. The key advantage of the Async API is that when a device is busy with inference, the application...
int4 quantization on CPU causes: ``` Traceback (most recent call last): File "/home/user/gpt-fast/quantize.py", line 622, in quantize(args.checkpoint_path, args.mode, args.groupsize, args.calibration_tasks, args.calibration_limit, args.calibration_seq_length, args.pad_calibration_inputs, args.percdamp, args.blocksize, args.label) File "/home/user/gpt-fast/quantize.py", line 569,...
## Description LTX Text2Video Continuation of https://github.com/openvinotoolkit/openvino.genai/pull/2982 [CVS-164653](https://jira.devtools.intel.com/browse/CVS-164653) ## Checklist: - [ ] Tests have been updated or added to cover the new code. - [ ] This patch fully...
Hello! Different versions of LTX-Video model are hosted on the same model page (e.g. [ltxv-13b-0.9.8-dev](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.8-dev.safetensors), [ltxv-13b-0.9.7-distilled](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-13b-0.9.7-distilled.safetensors)). Is there any way to download and convert an exact LTX-Video model version with...