Vidya Galli

Results 42 comments of Vidya Galli

Hello @howarwang , I ran with docker image [intel/dlstreamer:2022.2.0-ubuntu20-gpu815-devel](https://hub.docker.com/layers/intel/dlstreamer/2022.2.0-ubuntu20-gpu815-devel/images/sha256-9a749f33058abfc8453a0b11b83c511b7d258d3314522f37319bcc7ca2eccb07?context=explore) and with this [model](https://github.com/dlstreamer/pipeline-zoo-models/tree/main/storage/yolov5s-416/FP32) with device=CPU on a TGL host and was able to see inference results. Pipeline I ran with...

@howarwang , please also refer to https://github.com/dlstreamer/dlstreamer/issues/322 i.e if you plan to use a different input size, the model-proc will need cells_number updated.

Thanks @regisss , do you have a rough estimate of when that could be i.e end of April or earlier etc?

Thanks for adding this pipeline @JoeyTPChou , could you rebase your changes to latest main and also update the [README](https://github.com/huggingface/optimum-habana/blob/main/examples/stable-diffusion/README.md)

> > Thanks for adding this pipeline @JoeyTPChou , could you rebase your changes to latest main and also update the [README](https://github.com/huggingface/optimum-habana/blob/main/examples/stable-diffusion/README.md) > > I would love to but I...

@pi314ever , thanks for your PR. I was able to verify and run the models. Could you rebase your branch onto latest main and verify on SynapseAI v1.16.0? I see...

> @vidyasiv I was not able to reproduce the performance issue on SynapseAI 1.16. Also, what is the process for obtaining the non-CI values? Thanks for checking. I ran again...

> @vidyasiv I do not have access to a Gaudi1 machine. Is there anyone who can add the Gaudi1 CI to this PR? I sent you a patch, you can...

PR + main passes tests: ``` test_run_clm_CodeLlama-13b-Instruct-hf_deepspeed test_run_clm_gpt-neox-20b_deepspeed test_run_clm_gpt2-xl_deepspeed test_run_summarization_flan-t5-xxl_deepspeed ```

@regisss , I see failures for `python -m pytest tests/transformers/tests/models -v -s` like so: =========================== short test summary info ============================ ERROR tests/transformers/tests/models/albert/test_modeling_albert.py ERROR tests/transformers/tests/models/bert/test_modeling_bert.py ERROR tests/transformers/tests/models/bridgetower/test_modeling_bridgetower.py ERROR tests/transformers/tests/models/distilbert/test_modeling_distilbert.py ERROR tests/transformers/tests/models/gpt2/test_modeling_gpt2.py...