Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
suryatmodulus pushed 14 commits to main suryatmodulus/chunkr
- updated deletion logic 88de3a8
- cancelled tasks can be succesfully deleted 082d95d
- fixed expired task bug c70389b
- removed pairing logic 8139647
- fixed bug e22ca20
- added new paring logic d325db4
- new tests 0a7d603
- works 6efb010
- ocr all on backend as default 6ffaae2
- updated enabled c419556
- new test 492d342
- udpated compose.yaml 61f6162
- updated tags df7b65c
- updated tags 258a6d5
suryatmodulus pushed 1374 commits to main suryatmodulus/chunkr
- new deployments 91a3ea0
- new deployments 93478d8
- redistribute pods ca753c4
- upgrade rrq 920415b
- gpu consumption 59b508b
- cleanup 337cb9b
- cleaned up task service artifacts c6f0763
- preprocess 2706a55
- minor refactor and cleanup 8e7f9b8
- new rapid ocr models 5a5c7d9
- postprocessing done c25a534
- merged f6ed9ff
- new models rapid ocr bdebe72
- better models 15652ce
- new rapid ocr models 14c5fd2
- new models rapid ocr b8fe833
- better models 5a1c477
- wq Merge branch 'ik/ocr' of https://github.com/lumina-ai-inc/chunkr into ik/ocr b56a724
- done 74b1a90
- Merge branch 'ik/ocr' eca2a7e
- and 1354 more ...
suryatmodulus pushed 54 commits to main suryatmodulus/YuE
- Update README.md f7fc6b2
- Update README.md a8673c2
- Update README.md d012a6a
- Update README.md 7e3d9ea
- Update README.md a28f5fc
- Update README.md 3b03a50
- Update README.md f4a675d
- Update README.md 092fc2a
- update readme 29055d3
- Merge branch 'main' of github.com:multimodal-art-projection/YuE ae34fc8
- update announcement 1a0ed1d
- update readme 146262a
- update readme 396a9a1
- update readme 4f02a80
- update readme 9126829
- update readme 9beb159
- update readme 3d3aacf
- update readme 1d78a9a
- readme e8fdec5
- update readme f2a911d
- and 34 more ...
suryatmodulus pushed 53 commits to main suryatmodulus/screenshot-to-code
- create a UI to do pairwise evals easily 0d58fdf
- support pasting in folder paths e803b9a
- two decimal points for percentages 461a30d
- use sonnet 3.6 for creation but use sonnet 3.5 for updates dcd351c
- update all react references to [email protected] 2296107
- run evals from the evals page 3fee079
- add back text evals b5abd6a
- move to separate page 52bde8c
- support selection of model in run evals interface 9d91a6b
- improve code and add note about inputs and outputs 3fae4d1
- support selecting the stack via the UI 5f08d7e
- add newer GPT4o models 54e396e
- output eval results in better named folders b0548ce
- prefix paths with Downloads for ease of use 2b9314f
- add a full screen button f653151
- support multiple evals at once 298cf99
- default to html_tailwind 9a2cfbf
- make selector a bit nicer 9383a2a
- add a all evals page cd13196
- build of best n evals viewer a484544
- and 33 more ...
suryatmodulus pushed 23 commits to main suryatmodulus/video-starter-kit
- refactor: update metadata fetching after generation (#24) * refactor: update metadata fetching after generation * l... 4f226b4
- refactor: add asset upload feature & refactor panels (#27) * refactor: add asset feature & refactor panels * lint ... 816718d
- fix: multiple asset selection & minor refactor (#28) * fix: multiple asset selection & minor refactor * lint eeabeb4
- fix: mmaudio model & refactor assetKey (#29) * fix: mmaudio model & refactor assetKey * lint 7f9ac24
- fix: wide screen responsive issue (#31) 29d4248
- refactor: update ffmpeg apis (#32) df2c76f
- chore: add analytics 784cb60
- refactor: right panel (#33) 8c6a9ec
- chore: update readme with preview (#34) * chore: update readme with preview * update order * update 43a99ce
- feat: add custom key support (#35) * feat: add custom key support * lint * update 969b82c
- fix: header type (#36) * fix: header type * lint 5b1b541
- feat: add playAI dialog model & implement input mapping (#37) * feat: add playAI dialog model & implement input mapp... 7565557
- fix(docs): typos (#39) This commit fixes a recurring typo from `starting` to `starter`. Signed-off-by: squat <lserv... 29f35af
- fix: export button z-index & asset deletion in generation data (#40) * fix: export button z-index & asset deletion i... cc929be
- style: update left panel ux (#42) * style: update left panel ux * lint 194b7ee
- feat: add aspect options (#44) * feat: add aspect options * lint * fix: vertical export preview * lint * fix: pl... e53ea11
- feat: implement basic shortcuts & fix layout (#46) * feat: add aspect options * lint * fix: vertical export previe... 5806647
- feat: create landing page (#47) * feat: create landing page * remove unused components 89884a7
- fix: landing page 0cdbe36
- refactor: remove unnecessary div wrapper d933af5
- and 3 more ...
suryatmodulus pushed 2096 commits to main suryatmodulus/triton
- [AMD] Replace wave with warp where possible. (#3978) This is a follow up PR of #3832 `wave` has been replaced with ... 47f7d45
- [CI] Add macos build test (#3994) 706174d
- [AMD][WMMA] Support dot3d (#3674) This PR enables support of 3d dot for RDNA GPUs. 100e2aa
- [BACKEND] fix bf16 representation in TritonNvidiaGPU and bf16 tl.sort bug (#3975) Since LLVM now support `bf16`, it ... 445d5ed
- [BACKEND] Add memory space to memdesc type. (#4027) Currently only shared memory is supported but this will allow su... d527c3f
- [AMD] Fix clang warnings in AMD backend. (#4031) These changes are not necessary for OpenAI's build setup, but they ... 284f292
- [TUTORIALS] Minor fix for tutorial 06 (#3986) Based on `@pytest.mark.parametrize("Z, H, N_CTX, HEAD_DIM", [(1, 2, ... a07826d
- [DOCS] fix issue #3992 and an additional typo (#4017) fix #3992 and an additional typo 6ab026d
- [FRONTEND] Add missing check for out of range func arg (#4032) We already raise exceptions in other cases but where ... 33a2d92
- Run prefetch on mma-v2 dots (#4000) This will enable prefetching for mma-v2 dots on H100. --------- Co-authore... 9ecca74
- [BACKEND] Fix memory side effects of `tt.dot` (#4033) 1. Replaced `triton_nvidia_gpu.async_dot` with `triton_nvidia... d86ae7b
- [BACKEND] Append '\0' for `__assertfail`'s str param (#4028) print strings that don't end with '\0' may cause invali... 256af5c
- Adding note regarding TRITON_HIP_LLD_PATH environment variable (#4039) I was stuck for some time trying to get Trito... f0afe3e
- [GITHUB] added pull request template (#4042) 7434e4e
- [GITHUB] move `PULL_REQUEST_TEMPLATE.md` (#4043) 47c69fc
- [GITHUB] Edit PR template. (#4044) - Reduce nesting of the checklist to make it a little easier to read. - Link to ... fff7791
- Add parameter `interleave` to the `warpReduce` interface of `TargetInfo` which was missed. (#4041) The reduce loweri... d688063
- [Backend] fix RewriteTensorPointer opInFor (#4024) fix #4023 --------- Co-authored-by: binxingyan <binxingyan@... 6656533
- [BACKEND] Fix workaround for unsupported cases in maybeDeduplicate (#4048) The logic of maybeDeduplicate doesn't see... 2126ae7
- Use dictionary unpacking instead of merge operator for python 3.8 compatibility (#4049) The dictionary merge operato... 03b8466
- and 2076 more ...
suryatmodulus pushed 57 commits to main suryatmodulus/Hunyuan3D-2
- Fix build of custom_rasterizer_kernel for Windows. b31e7b5
- Fix gradio broken ui for warnings b69aff1
- Create mesh_processor.py, support Windows 63adeb3
- docs: add Japanese README file I created Japanese translated README. 057b7fe
- Fix 3D viewer not loading due to HTML path issue in gradio_app.py This small patch fixes a logical error in gradio_... 2994e02
- update README_zh_cn 4b83346
- Merge pull request #15 from eltociear/add-japanese-readme docs: add Japanese README file 0ec1803
- add some qrcode 991f2d9
- update readme 2d23c0a
- update readme c3808a7
- update readme 8d31408
- update readme 7821073
- update readme f181ab2
- fix a bug of gradio_app 630cca0
- update readme 9425468
- add background remove in minimal demo a1482e3
- update report 9b2a3f8
- Merge pull request #8 from scottmudge/fix_windowsbuild Fix build of custom_rasterizer_kernel for Windows 562d3e7
- Merge pull request #10 from RamiroG8k/fix-gradio-broken-text-ui Fix gradio broken ui for warnings 944e5cc
- Merge branch 'main' into main 86f25df
- and 37 more ...
suryatmodulus pushed 3 commits to main suryatmodulus/Janus
suryatmodulus pushed 58 commits to main suryatmodulus/browser-use
- added docs to monorepo 182a439
- rename gradio demo 9ce97b2
- define record_video_size beeac16
- Remove the memory leak in llm.get_num_tokens(text). 50afe37
- Merge pull request #372 from browser-use/memory-leak3 Remove the memory leak in llm.get_num_tokens(text). a5c61db
- Fix: ollama.py example with AgentHistoryList type d8808f8
- Dont log an error when go back is not fully done ee317cd
- Merge pull request #374 from browser-use/controller/fix-go-back Dont log an error when go back is not fully done cbf876b
- Add button class to click 9407ec3
- Merge pull request #375 from browser-use/fix-button Add button class to click 97d86bc
- Merge pull request #368 from abidlabs/rename-gradio Rename gradio demo to avoid namespace conflict when importing th... fa42019
- Merge pull request #373 from esthor/patch-1 Fix: ollama.py example with AgentHistoryList type 66246bc
- Merge pull request #369 from vvincent1234/fix/record_video_blur define record_video_size f639a00
- added "import json" to browser_use/agent/message_manager/service.py This fixes this issue: https://github.com/browse... aa667f6
- Update pyproject.toml 9d2ace9
- More pause checks d1e604d
- Multiple agent flow with pause fa8582f
- Merge pull request #381 from browser-use/pause-more-often Pause more often 9f30d03
- Added context option e.g. for tutorials or previous messages ffeb826
- Merge branch 'main' into context 623880e
- and 38 more ...