Ekaterina Aidova

Results 115 comments of Ekaterina Aidova

> @eaidova I agree with your point, waiting for the transformers integration + release can result in a delayed release, also it will be only compatible with the subset of...

@echarlaix could you please take a look? Thanks! P.S. I'm still working on extending models coverage, but I think it makes sense to start looking on general API now

> > P.S. I'm still working on extending models coverage, but I think it makes sense to start looking on general API now > > Very nice, let's merge this...

@anzr299 looks like something went wrong ``` Cell In[11], line 48, in collect_calibration_data(pipe, calibration_dataset_size, num_inference_steps) 41 dataset = datasets.load_dataset( 42 "google-research-datasets/conceptual_captions", 43 split="train", 44 trust_remote_code=True, 45 ).shuffle(seed=42) 47 transformer_config =...

@anzr299, I made rude fix in this commit: https://github.com/openvinotoolkit/openvino_notebooks/commit/894d859ac0a32963335c76f05dd7e869d87ad4e2#diff-ced57002da68fe81391edf1eab6f32e3320f21f35656a2211871d180924b1f27 ``` if "model" in config: del config["model"] ``` but not sure that it s correct fix, lack of expected key in...

Now, next error happens: ``` RuntimeError: Cannot access data pointer of Tensor (e.g. FakeTensor, FunctionalTensor). If you're using torch.compile/export/fx, it is likely that we are erroneously tracing into a custom...

I tried to apply this fix https://huggingface.co/THUDM/chatglm3-6b/discussions/64 it works on my side

@anzr299 @alexsu52 tests failed because notebook can not install nncf Are you sure that branch name is correct? I tried execute command locally: pip install git+https://github.com/openvinotoolkit/nncf.git@release_2140 it failed with error:...

Additionally you need to fill notebook metadata for opportunity to show it on notebooks webpage https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/CONTRIBUTING.md#notebooks-metadata I think you can reuse meta from stable-diffusion-v3 notebook as base: ``` "openvino_notebooks": {...

@anzr299 please also provide description for your notebook in https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/stable-diffusion-v3/README.md