"vscode:/vscode.git/clone" did not exist on "1a4e4cad295bdf0dbb4f679a3f93c11d7b1ac1cd"
- 05 Oct, 2025 2 commits
-
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
Harry Mellor authored
Signed-off-by:Harry Mellor <19981378+hmellor@users.noreply.github.com>
-
- 27 Sep, 2025 1 commit
-
-
Russell Bryant authored
Signed-off-by:
Chenheli Hua <huachenheli@outlook.com> Signed-off-by:
Russell Bryant <rbryant@redhat.com> Co-authored-by:
Chenheli Hua <huachenheli@outlook.com>
-
- 25 Sep, 2025 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 23 Sep, 2025 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 11 Sep, 2025 1 commit
-
-
Isotr0py authored
Signed-off-by:Isotr0py <mozf@mail2.sysu.edu.cn>
-
- 03 Sep, 2025 2 commits
-
-
dsinghvi authored
Signed-off-by:
Divyansh Singhvi <divyanshsinghvi@gmail.com> Signed-off-by:
dsinghvi <divyanshsinghvi@gmail.com> Co-authored-by:
Cyrus Leung <cyrus.tl.leung@gmail.com>
-
Didier Durand authored
Signed-off-by:Didier Durand <durand.didier@gmail.com>
-
- 01 Sep, 2025 1 commit
-
-
WeiQing Chen authored
Signed-off-by:
Junhong <liujunhong11@huawei.com> Signed-off-by:
LJH-LBJ <98734602+LJH-LBJ@users.noreply.github.com> Co-authored-by:
Junhong <liujunhong11@huawei.com> Co-authored-by:
LJH-LBJ <98734602+LJH-LBJ@users.noreply.github.com> Co-authored-by:
Isotr0py <2037008807@qq.com>
-
- 19 Aug, 2025 1 commit
-
-
TJian authored
Signed-off-by:
tjtanaa <tunjian.tan@embeddedllm.com> Co-authored-by:
DarkLight1337 <tlleungac@connect.ust.hk> Co-authored-by:
Cyrus Leung <cyrus.tl.leung@gmail.com>
-
- 15 Aug, 2025 1 commit
-
-
Sayandip Dutta authored
Signed-off-by:
Sayandip Dutta <sayandip199309@gmail.com> Co-authored-by:
Cyrus Leung <cyrus.tl.leung@gmail.com>
-
- 13 Aug, 2025 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 12 Jul, 2025 1 commit
-
-
Isotr0py authored
Signed-off-by:Isotr0py <2037008807@qq.com>
-
- 03 Jul, 2025 1 commit
-
-
Chenheli Hua authored
Signed-off-by:Chenheli Hua <huachenheli@outlook.com>
-
- 02 Jul, 2025 1 commit
-
-
Chenheli Hua authored
[Frontend] Support configurable mm placeholder strings & flexible video sampling policies via CLI flags. (#20105) Signed-off-by:Chenheli Hua <huachenheli@outlook.com>
-
- 01 Jul, 2025 1 commit
-
-
Yuxuan Zhang authored
Signed-off-by:
zRzRzRzRzRzRzR <2448370773@qq.com> Signed-off-by:
Isotr0py <mozf@mail2.sysu.edu.cn> Co-authored-by:
Isotr0py <mozf@mail2.sysu.edu.cn>
-
- 06 Jun, 2025 1 commit
-
-
Siqi Yan authored
Signed-off-by:
Siqi Yan <siqi@meta.com> Co-authored-by:
Siqi Yan <siqi@meta.com>
-
- 05 Jun, 2025 1 commit
-
-
Guillaume Calmettes authored
[Bugfix] properly catch PIL-related errors for vision models when incorrect data urls are provided (#19202) Signed-off-by:Guillaume Calmettes <gcalmettes@scaleway.com>
-
- 03 Jun, 2025 1 commit
-
-
Simon Mo authored
Signed-off-by:simon-mo <simon.mo@hey.com>
-
- 23 May, 2025 1 commit
-
-
Chenheli Hua authored
Signed-off-by:Chenheli Hua <huachenheli@outlook.com>
-
- 07 May, 2025 1 commit
-
-
Isotr0py authored
Signed-off-by:Isotr0py <2037008807@qq.com>
-
- 29 Mar, 2025 1 commit
-
-
Roger Wang authored
Signed-off-by:Roger Wang <ywang@roblox.com>
-
- 28 Mar, 2025 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 03 Mar, 2025 1 commit
-
-
Harry Mellor authored
-
- 02 Feb, 2025 1 commit
-
-
Russell Bryant authored
- **Add SPDX license headers to python source files** - **Check for SPDX headers using pre-commit** commit 9d7ef44c3cfb72ca4c32e1c677d99259d10d4745 Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:18:24 2025 -0500 Add SPDX license headers to python source files This commit adds SPDX license headers to python source files as recommended to the project by the Linux Foundation. These headers provide a concise way that is both human and machine readable for communicating license information for each source file. It helps avoid any ambiguity about the license of the code and can also be easily used by tools to help manage license compliance. The Linux Foundation runs license scans against the codebase to help ensure we are in compliance with the licenses of the code we use, including dependencies. Having these headers in place helps that tool do its job. More information can be found on the SPDX site: - https://spdx.dev/learn/handling-license-info/ Signed-off-by:Russell Bryant <rbryant@redhat.com> commit 5a1cf1cb3b80759131c73f6a9dddebccac039dea Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:36:32 2025 -0500 Check for SPDX headers using pre-commit Signed-off-by:
Russell Bryant <rbryant@redhat.com> --------- Signed-off-by:
Russell Bryant <rbryant@redhat.com>
-
- 06 Jan, 2025 1 commit
-
-
Roger Wang authored
[V1] Extend beyond image modality and support mixed-modality inference with Llava-OneVision (#11685) Signed-off-by:
Roger Wang <ywang@roblox.com> Signed-off-by:
DarkLight1337 <tlleungac@connect.ust.hk> Co-authored-by:
DarkLight1337 <tlleungac@connect.ust.hk>
-
- 27 Dec, 2024 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 23 Nov, 2024 1 commit
-
-
Cyrus Leung authored
Signed-off-by:DarkLight1337 <tlleungac@connect.ust.hk>
-
- 04 Nov, 2024 1 commit
-
-
Chauncey authored
Signed-off-by:chaunceyjiang <chaunceyjiang@gmail.com>
-
- 01 Nov, 2024 1 commit
-
-
Peter Salas authored
Signed-off-by:Peter Salas <peter@fixie.ai>
-
- 27 Aug, 2024 1 commit
-
-
zifeitong authored
-
- 23 Jul, 2024 1 commit
-
-
Cyrus Leung authored
-
- 03 Jul, 2024 1 commit
-
-
Cyrus Leung authored
Signed-off-by:
Xiaowei Jiang <xwjiang2010@gmail.com> Co-authored-by:
Xiaowei Jiang <xwjiang2010@gmail.com> Co-authored-by:
ywang96 <ywang@roblox.com> Co-authored-by:
xwjiang2010 <87673679+xwjiang2010@users.noreply.github.com> Co-authored-by:
Roger Wang <136131678+ywang96@users.noreply.github.com>
-
- 07 Jun, 2024 1 commit
-
-
Roger Wang authored
Co-authored-by:DarkLight1337 <tlleungac@connect.ust.hk>
-