{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":705678696,"defaultBranch":"master","name":"openvino.genai","ownerLogin":"openvinotoolkit","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-10-16T13:38:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/55443902?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727428341.0","currentOid":""},"activityList":{"items":[{"before":"f053e5ec4068b0241382f5e0ffc817097f770dc3","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-885-2ed98897b3d2f11c69ced898913f33868e1bbd80","pushedAt":"2024-09-27T09:12:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"2ed98897b3d2f11c69ced898913f33868e1bbd80","after":"f053e5ec4068b0241382f5e0ffc817097f770dc3","ref":"refs/heads/master","pushedAt":"2024-09-27T09:12:19.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Change -1 to N/A (#885)\n\nWhen \"first token\" or \"other tokens latency\" no output, change output -1\nto NA.\nexamples:\n\n[phi-3-mini-4k-instruct.txt](https://github.com/user-attachments/files/17072285/phi-3-mini-4k-instruct.txt)\n\n[phi-3-mini-4k-instruct.csv](https://github.com/user-attachments/files/17072287/phi-3-mini-4k-instruct.csv)","shortMessageHtmlLink":"Change -1 to N/A (#885)"}},{"before":"2ed98897b3d2f11c69ced898913f33868e1bbd80","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-757-c58ba64a8e0bfc8aa1a7368a88e53e0df9e7356f","pushedAt":"2024-09-27T07:51:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c58ba64a8e0bfc8aa1a7368a88e53e0df9e7356f","after":"2ed98897b3d2f11c69ced898913f33868e1bbd80","ref":"refs/heads/master","pushedAt":"2024-09-27T07:51:38.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Token eviction (#757)\n\nCo-authored-by: Liubov Talamanova ","shortMessageHtmlLink":"Token eviction (#757)"}},{"before":null,"after":"f053e5ec4068b0241382f5e0ffc817097f770dc3","ref":"refs/heads/gh-readonly-queue/master/pr-885-2ed98897b3d2f11c69ced898913f33868e1bbd80","pushedAt":"2024-09-27T07:37:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Change -1 to N/A (#885)\n\nWhen \"first token\" or \"other tokens latency\" no output, change output -1\nto NA.\nexamples:\n\n[phi-3-mini-4k-instruct.txt](https://github.com/user-attachments/files/17072285/phi-3-mini-4k-instruct.txt)\n\n[phi-3-mini-4k-instruct.csv](https://github.com/user-attachments/files/17072287/phi-3-mini-4k-instruct.csv)","shortMessageHtmlLink":"Change -1 to N/A (#885)"}},{"before":null,"after":"2ed98897b3d2f11c69ced898913f33868e1bbd80","ref":"refs/heads/gh-readonly-queue/master/pr-757-c58ba64a8e0bfc8aa1a7368a88e53e0df9e7356f","pushedAt":"2024-09-27T06:14:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Token eviction (#757)\n\nCo-authored-by: Liubov Talamanova ","shortMessageHtmlLink":"Token eviction (#757)"}},{"before":"c58ba64a8e0bfc8aa1a7368a88e53e0df9e7356f","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-859-4bb683ea7056f1756cab4314587e6d1b41efdb28","pushedAt":"2024-09-26T20:26:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"4bb683ea7056f1756cab4314587e6d1b41efdb28","after":"c58ba64a8e0bfc8aa1a7368a88e53e0df9e7356f","ref":"refs/heads/master","pushedAt":"2024-09-26T20:26:50.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Add/skip special tokens in runtime (#859)\n\nCVS-152371\n\nIn Python\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, add_special_tokens=False).input_ids\n```\nIn C++\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, ov::genai::add_special_tokens(False)).input_ids\n```","shortMessageHtmlLink":"Add/skip special tokens in runtime (#859)"}},{"before":null,"after":"c58ba64a8e0bfc8aa1a7368a88e53e0df9e7356f","ref":"refs/heads/gh-readonly-queue/master/pr-859-4bb683ea7056f1756cab4314587e6d1b41efdb28","pushedAt":"2024-09-26T19:09:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Add/skip special tokens in runtime (#859)\n\nCVS-152371\n\nIn Python\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, add_special_tokens=False).input_ids\n```\nIn C++\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, ov::genai::add_special_tokens(False)).input_ids\n```","shortMessageHtmlLink":"Add/skip special tokens in runtime (#859)"}},{"before":"8cd28f2212685ee40a27c7cff1231f3fc98f4013","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-859-4bb683ea7056f1756cab4314587e6d1b41efdb28","pushedAt":"2024-09-26T18:23:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"4bb683ea7056f1756cab4314587e6d1b41efdb28","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-883-219698d956fe65701cd5b15fa5185c29494b0b49","pushedAt":"2024-09-26T18:23:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"219698d956fe65701cd5b15fa5185c29494b0b49","after":"4bb683ea7056f1756cab4314587e6d1b41efdb28","ref":"refs/heads/master","pushedAt":"2024-09-26T18:23:58.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Whisper pipeline: add language, task support (#883)\n\nThis PR adds language and task support for Whisper pipeline.\nCommon Todos for Whisper support:\n- [ ] Longer audio inputs (>30s) chunking border poor quality results.\nLong audio inputs splitted by 30s chunks. This leads to a loss of\ncontext on a chunking border. This could be partially solved by\n[chunking with stride](https://huggingface.co/blog/asr-chunking).\n- [ ] add perf metrics\n- [ ] update documentation\n- [ ] add cpp, python samples tests\n- [x] support different languages, language autodetection\n- [x] support translation\n- [ ] support timestamps\n- [ ] expose only meaningful parameters in `GenerationConfig` (`task`,\n`language`, `return_timestamps`, etc)\n- [ ] Move all whisper pipeline files to dedicated subfolder\n- [ ] Whisper pipeline doesn't need tokenizer, it uses detokenizer only.\nImplement detokenizer only initialization for `ov::genai::Tokenizer`\n- [ ] Check discrete GPU. Integrated GPU works as expected.\n- [ ] Investigate use of `RemoteTensor` for GPU\n- [ ] Add batch\n- [ ] Add sampler, inherit WhisperGenerationConfig from GenerationConfig\n- [ ] Investigate language autodetection with single decoder (without\npast) call\n- [ ] Update python bindings cmake to include whole directory instead of\nexplicit list of files\n- [ ] Add samples with audio preparation examples\n- [ ] Add links to audio files so users can download them in samples\n- [ ] Move supported models list from samples README to common supported\nmodels section\n- [ ] Avoid building GenAI in each tests job as it takes a lot of time\n- [ ] Double check FP32 support\n- [ ] Fix tests sporadic fails. Sometimes whisper model cannot be\ndownloaded from HF due to network issues\n\nCurrent limitations:\n- No resampling during preprocessing. Input raw speech should have 16k\nHz sampling rate\n- No normalization during preprocessing. Input raw speech should be\nnormalized to near [-1, 1] range\n\nTickets: CVS-147994, CVS-146010, CVS-152540, CVS-152541","shortMessageHtmlLink":"Whisper pipeline: add language, task support (#883)"}},{"before":"a57d7821c62a767e058f716e86248881dfdc9101","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-859-44925f3cb56940dab8c0d6fb27eeb4c3b30733e5","pushedAt":"2024-09-26T16:44:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":null,"after":"8cd28f2212685ee40a27c7cff1231f3fc98f4013","ref":"refs/heads/gh-readonly-queue/master/pr-859-4bb683ea7056f1756cab4314587e6d1b41efdb28","pushedAt":"2024-09-26T16:44:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Add/skip special tokens in runtime (#859)\n\nCVS-152371\n\nIn Python\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, add_special_tokens=False).input_ids\n```\nIn C++\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, ov::genai::add_special_tokens(False)).input_ids\n```","shortMessageHtmlLink":"Add/skip special tokens in runtime (#859)"}},{"before":null,"after":"4bb683ea7056f1756cab4314587e6d1b41efdb28","ref":"refs/heads/gh-readonly-queue/master/pr-883-219698d956fe65701cd5b15fa5185c29494b0b49","pushedAt":"2024-09-26T16:44:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Whisper pipeline: add language, task support (#883)\n\nThis PR adds language and task support for Whisper pipeline.\nCommon Todos for Whisper support:\n- [ ] Longer audio inputs (>30s) chunking border poor quality results.\nLong audio inputs splitted by 30s chunks. This leads to a loss of\ncontext on a chunking border. This could be partially solved by\n[chunking with stride](https://huggingface.co/blog/asr-chunking).\n- [ ] add perf metrics\n- [ ] update documentation\n- [ ] add cpp, python samples tests\n- [x] support different languages, language autodetection\n- [x] support translation\n- [ ] support timestamps\n- [ ] expose only meaningful parameters in `GenerationConfig` (`task`,\n`language`, `return_timestamps`, etc)\n- [ ] Move all whisper pipeline files to dedicated subfolder\n- [ ] Whisper pipeline doesn't need tokenizer, it uses detokenizer only.\nImplement detokenizer only initialization for `ov::genai::Tokenizer`\n- [ ] Check discrete GPU. Integrated GPU works as expected.\n- [ ] Investigate use of `RemoteTensor` for GPU\n- [ ] Add batch\n- [ ] Add sampler, inherit WhisperGenerationConfig from GenerationConfig\n- [ ] Investigate language autodetection with single decoder (without\npast) call\n- [ ] Update python bindings cmake to include whole directory instead of\nexplicit list of files\n- [ ] Add samples with audio preparation examples\n- [ ] Add links to audio files so users can download them in samples\n- [ ] Move supported models list from samples README to common supported\nmodels section\n- [ ] Avoid building GenAI in each tests job as it takes a lot of time\n- [ ] Double check FP32 support\n- [ ] Fix tests sporadic fails. Sometimes whisper model cannot be\ndownloaded from HF due to network issues\n\nCurrent limitations:\n- No resampling during preprocessing. Input raw speech should have 16k\nHz sampling rate\n- No normalization during preprocessing. Input raw speech should be\nnormalized to near [-1, 1] range\n\nTickets: CVS-147994, CVS-146010, CVS-152540, CVS-152541","shortMessageHtmlLink":"Whisper pipeline: add language, task support (#883)"}},{"before":"44925f3cb56940dab8c0d6fb27eeb4c3b30733e5","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-883-e530cb785afd7b6054c36644579075d0a1ad9f47","pushedAt":"2024-09-26T16:44:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"e530cb785afd7b6054c36644579075d0a1ad9f47","after":"219698d956fe65701cd5b15fa5185c29494b0b49","ref":"refs/heads/master","pushedAt":"2024-09-26T16:44:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eaidova","name":"Ekaterina Aidova","path":"/eaidova","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29454499?s=80&v=4"},"commit":{"message":"use streaming for cb (#903)","shortMessageHtmlLink":"use streaming for cb (#903)"}},{"before":null,"after":"a57d7821c62a767e058f716e86248881dfdc9101","ref":"refs/heads/gh-readonly-queue/master/pr-859-44925f3cb56940dab8c0d6fb27eeb4c3b30733e5","pushedAt":"2024-09-26T16:18:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Add/skip special tokens in runtime (#859)\n\nCVS-152371\n\nIn Python\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, add_special_tokens=False).input_ids\n```\nIn C++\n```\ntok = pipe.get_tokenizer()\nres_genai = tok.encode(prompt, ov::genai::add_special_tokens(False)).input_ids\n```","shortMessageHtmlLink":"Add/skip special tokens in runtime (#859)"}},{"before":null,"after":"44925f3cb56940dab8c0d6fb27eeb4c3b30733e5","ref":"refs/heads/gh-readonly-queue/master/pr-883-e530cb785afd7b6054c36644579075d0a1ad9f47","pushedAt":"2024-09-26T16:04:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"Whisper pipeline: add language, task support (#883)\n\nThis PR adds language and task support for Whisper pipeline.\nCommon Todos for Whisper support:\n- [ ] Longer audio inputs (>30s) chunking border poor quality results.\nLong audio inputs splitted by 30s chunks. This leads to a loss of\ncontext on a chunking border. This could be partially solved by\n[chunking with stride](https://huggingface.co/blog/asr-chunking).\n- [ ] add perf metrics\n- [ ] update documentation\n- [ ] add cpp, python samples tests\n- [x] support different languages, language autodetection\n- [x] support translation\n- [ ] support timestamps\n- [ ] expose only meaningful parameters in `GenerationConfig` (`task`,\n`language`, `return_timestamps`, etc)\n- [ ] Move all whisper pipeline files to dedicated subfolder\n- [ ] Whisper pipeline doesn't need tokenizer, it uses detokenizer only.\nImplement detokenizer only initialization for `ov::genai::Tokenizer`\n- [ ] Check discrete GPU. Integrated GPU works as expected.\n- [ ] Investigate use of `RemoteTensor` for GPU\n- [ ] Add batch\n- [ ] Add sampler, inherit WhisperGenerationConfig from GenerationConfig\n- [ ] Investigate language autodetection with single decoder (without\npast) call\n- [ ] Update python bindings cmake to include whole directory instead of\nexplicit list of files\n- [ ] Add samples with audio preparation examples\n- [ ] Add links to audio files so users can download them in samples\n- [ ] Move supported models list from samples README to common supported\nmodels section\n- [ ] Avoid building GenAI in each tests job as it takes a lot of time\n- [ ] Double check FP32 support\n- [ ] Fix tests sporadic fails. Sometimes whisper model cannot be\ndownloaded from HF due to network issues\n\nCurrent limitations:\n- No resampling during preprocessing. Input raw speech should have 16k\nHz sampling rate\n- No normalization during preprocessing. Input raw speech should be\nnormalized to near [-1, 1] range\n\nTickets: CVS-147994, CVS-146010, CVS-152540, CVS-152541","shortMessageHtmlLink":"Whisper pipeline: add language, task support (#883)"}},{"before":"e530cb785afd7b6054c36644579075d0a1ad9f47","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-899-6961842dd1c3565fb37204080b3561e8f14893d7","pushedAt":"2024-09-26T14:14:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"6961842dd1c3565fb37204080b3561e8f14893d7","after":"e530cb785afd7b6054c36644579075d0a1ad9f47","ref":"refs/heads/master","pushedAt":"2024-09-26T14:14:46.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"DDIM: rescale_betas_zero_snr support, add asserts for params (#899)\n\n`rescale_betas_zero_snr` param support for `bghira/pseudo-journey-v2`\nmodel.\n\nprompt: `cyberpunk cityscape like Tokyo New York with tall buildings at\ndusk golden hour cinematic lighting`\n\n![image](https://github.com/user-attachments/assets/5ae8a2cd-797a-42f3-895c-5d438f69150f)","shortMessageHtmlLink":"DDIM: rescale_betas_zero_snr support, add asserts for params (#899)"}},{"before":null,"after":"e530cb785afd7b6054c36644579075d0a1ad9f47","ref":"refs/heads/gh-readonly-queue/master/pr-899-6961842dd1c3565fb37204080b3561e8f14893d7","pushedAt":"2024-09-26T12:47:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"DDIM: rescale_betas_zero_snr support, add asserts for params (#899)\n\n`rescale_betas_zero_snr` param support for `bghira/pseudo-journey-v2`\nmodel.\n\nprompt: `cyberpunk cityscape like Tokyo New York with tall buildings at\ndusk golden hour cinematic lighting`\n\n![image](https://github.com/user-attachments/assets/5ae8a2cd-797a-42f3-895c-5d438f69150f)","shortMessageHtmlLink":"DDIM: rescale_betas_zero_snr support, add asserts for params (#899)"}},{"before":"ee5aa1ef95f1d0075b3b9d056ff86d360e7c736e","after":"6961842dd1c3565fb37204080b3561e8f14893d7","ref":"refs/heads/master","pushedAt":"2024-09-26T12:35:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eaidova","name":"Ekaterina Aidova","path":"/eaidova","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29454499?s=80&v=4"},"commit":{"message":"add support cb (#902)","shortMessageHtmlLink":"add support cb (#902)"}},{"before":"ee5aa1ef95f1d0075b3b9d056ff86d360e7c736e","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-896-cf88a7ee3f840e16f03afeb7d8ae78d1739326b6","pushedAt":"2024-09-26T02:12:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"cf88a7ee3f840e16f03afeb7d8ae78d1739326b6","after":"ee5aa1ef95f1d0075b3b9d056ff86d360e7c736e","ref":"refs/heads/master","pushedAt":"2024-09-26T02:12:03.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[ cb ] Remove penalties from Greedy config (#896)","shortMessageHtmlLink":"[ cb ] Remove penalties from Greedy config (#896)"}},{"before":"cf88a7ee3f840e16f03afeb7d8ae78d1739326b6","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-897-50bc8d4e6f3ae6fa9e3d71ac7baa16bcff098e07","pushedAt":"2024-09-26T02:06:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"50bc8d4e6f3ae6fa9e3d71ac7baa16bcff098e07","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-871-c36a2d6532cb3f7cf25d4f8c229d3745af4fd492","pushedAt":"2024-09-26T02:06:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"c36a2d6532cb3f7cf25d4f8c229d3745af4fd492","after":"cf88a7ee3f840e16f03afeb7d8ae78d1739326b6","ref":"refs/heads/master","pushedAt":"2024-09-26T02:06:57.000Z","pushType":"merge_queue_merge","commitsCount":2,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"DDIM scheduler (#897)\n\n1. model: `stabilityai/stable-diffusion-2-1 FP16`\nprompt: `cyberpunk cityscape like Tokyo New York with tall buildings at\ndusk golden hour cinematic lighting`\npipeline params:\n```cpp\nov::Tensor image = pipe.generate(prompt,\n ov::genai::width(768),\n ov::genai::height(768),\n ov::genai::num_inference_steps(50));\n```\n\noutput:\n\n![image](https://github.com/user-attachments/assets/8567efda-d7be-47c3-af25-be441d0d9ec6)\n\n2. model `stabilityai/stable-diffusion-2 FP16`\nprompt: `cyberpunk cityscape like Tokyo New York with tall buildings at\ndusk golden hour cinematic lighting`\npipeline params:\n```cpp\nov::Tensor image = pipe.generate(prompt,\n ov::genai::width(768),\n ov::genai::height(768),\n ov::genai::num_inference_steps(50));\n```\n\n\noutput:\n\n![image](https://github.com/user-attachments/assets/eabd67d5-1ef0-41d8-aee4-861cadde10f2)\n\n3. model `dreamlike-art/dreamlike-anime-1.0 FP16`\nprompt: `cyberpunk cityscape like Tokyo New York with tall buildings at\ndusk golden hour cinematic lighting`\npipeline params:\n```cpp\nov::Tensor image = pipe.generate(prompt,\n ov::genai::width(512),\n ov::genai::height(512),\n ov::genai::num_inference_steps(20));\n```\noutput:\n\n![image](https://github.com/user-attachments/assets/72f75774-6025-4820-9d37-b2885c7c72c7)\n\n\n4. model `bghira/pseudo-journey-v2 FP16` - requires **DDPMScheduler** by\ndefault\nprompt: `cyberpunk cityscape like Tokyo New York with tall buildings at\ndusk golden hour cinematic lighting`\npipeline params:\n```cpp\nov::Tensor image = pipe.generate(prompt,\n ov::genai::width(512),\n ov::genai::height(512),\n ov::genai::num_inference_steps(20));\n```\noutput:\n\n![image](https://github.com/user-attachments/assets/2b89c302-a5d6-4ade-bca0-84b2aa509b8a)\n\n\nTicket: __CVS-152319__","shortMessageHtmlLink":"DDIM scheduler (#897)"}},{"before":"c36a2d6532cb3f7cf25d4f8c229d3745af4fd492","after":null,"ref":"refs/heads/gh-readonly-queue/master/pr-892-e9d4caee4338de1cca678fb9406f011fd1f01e9c","pushedAt":"2024-09-26T01:59:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"}},{"before":"e9d4caee4338de1cca678fb9406f011fd1f01e9c","after":"c36a2d6532cb3f7cf25d4f8c229d3745af4fd492","ref":"refs/heads/master","pushedAt":"2024-09-26T01:59:10.000Z","pushType":"merge_queue_merge","commitsCount":1,"pusher":{"login":"github-merge-queue[bot]","name":null,"path":"/apps/github-merge-queue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9919?s=80&v=4"},"commit":{"message":"[ Continuous batching ] Implement interface for cb pipeline (#892)\n\nDetails:\n* mark same methods in `sampler.hpp` as `inline` and split method\nimplementation to `sampler.cpp` to avoid multiple definition\n* splitting `ContinuousBatchingPipeline::Impl` to interface (will be\nshared between continuous batching and speculative decoding) and\nimplemetation\n\nJira:\n* [142925](https://jira.devtools.intel.com/browse/CVS-142925)","shortMessageHtmlLink":"[ Continuous batching ] Implement interface for cb pipeline (#892)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yN1QwOToxMjoyMS4wMDAwMDBazwAAAATCZwk_","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNlQwMTo1OToxMC4wMDAwMDBazwAAAATA9Lvu"}},"title":"Activity ยท openvinotoolkit/openvino.genai"}