Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
isold23 opened an issue on deepfakes/faceswap
No tensorflow 2.10 version macbook
*Note: For general usage questions and help, please use either our [FaceSwap Forum](https://faceswap.dev/forum) or [FaceSwap Discord server](https://discord.gg/FC54sYg). General usage questions ar...isold23 pushed 135 commits to main isold23/langflow
- feat: preserve manual component data if code unchanged (#5482) * chore: preserve manual component data if code uncha... c8eb408
- fix: update datetime serialization to include timezone information (#5795) * fix: update datetime serialization to i... 918159f
- refactor(tools): overhaul Python REPL component with modern tool mode (#5463) * refactor(tools): overhaul Python REP... 6c79a3d
- fix: correct issue with change api key to be of type str (#5716) * change api key to be of type str * change Secret... bf57f05
- fix: change telemetry logging level from exception to error (#5804) fix: change telemetry logging from exception to ... 45f2beb
- fix: tool name in component toolkit if the name of the component is None (#5761) * Update component_tool.py * forma... d9d9cbb
- feat: Add output dimensionality validation for Google AI embeddings (#5758) * 🐛 (google_generative_ai.py): add input... 4d8e050
- fix: Adjust size of LMStudioIcon component (#5763) refactor: Adjust size of LMStudioIcon component Co-authored-by: ... 8b7cbba
- chore: update test durations (#5790) Co-authored-by: ogabrielluiz <[email protected]> C... a800778
- fix: fix typo Update DEVELOPMENT.md (#5558) Fix typo Update DEVELOPMENT.md Co-authored-by: Gabriel Luiz Freitas Alm... e00ee88
- fix: initial hidden state for shadow-box component (#5639) * Ensure shadow-box starts hidden on initial render. * a... 6b02ef0
- feat: add new model provider Novita AI (#5380) * feat: add new model provider Novita AI * [autofix.ci] apply automa... 84c6ed2
- refactor: add utility methods for getting display name and improve error messages (#5653) * feat: add methods to acc... 204b4e1
- fix: fix typo in CONTRIBUTING.md (#5556) Fix typo Update CONTRIBUTING.md Co-authored-by: Gabriel Luiz Freitas Almei... 1afa76a
- feat(groq): added llama 3.3 models (#5497) * Update groq_constants.py added new llama 3.3 models from groq * Reche... 317c743
- refactor: Enhance InputList Component UI/UX (#5726) * [LFOSS-74]: input list UI improvements * ✨ (frontend): Add ne... 5c3c680
- docs: corrected typo `flowis` to `flow is` (#5695) fix: correct typo "flowis" to "flow is" Co-authored-by: Gabriel ... feb6907
- fix: make chat input sorting logic exclude other components (#5760) * fix: Adjust chat input handling in layer sorti... 18e21cf
- refactor(yahoo-finance): Refactor Yahoo Finance API component to support tool mode (#5434) * refactor(yahoo-finance... 06139ef
- feat: add more search parameters to google_serper_api component (#4944) * feat: add more search parameters to google... 2dffc5d
- and 115 more ...
isold23 pushed 56 commits to main isold23/transformers
- Fix device in rope module when using dynamic updates (#35608) fix rope device cd44bdb
- Fix whisper compile (#35413) Fix compile error Signed-off-by: jiqing-feng <[email protected]> b8c34d9
- Removed some duplicated code (#35637) * Removed duplicate class field definition. * Removed duplicate code in try... 91f14f1
- [`Phi`] bias should be True (#35650) bias should be True 8708917
- Enable different torch dtype in sub models (#34873) * fix * fix test * add tests * add more tests * fix ... 84a6789
- [`Compile`] Only test compiling model forward pass (#35658) * rename test to only compile forward! * style emu e6f9b03
- [tests] make cuda-only tests device-agnostic (#35607) * intial commit * remove unrelated files * further remove *... 2fa876d
- [i18n-ar] Translated file : docs/source/ar/tasks/token_classification.md into Arabic (#35193) * Create token_classif... a3f8232
- Add-helium (#35669) * Add the helium model. * Add a missing helium. * And add another missing helium. * Use float... c23a1c1
- Fix `zero_shot_image_classification` documentation guide link in SigLIP (#35671) 34f76bb
- Fix : adding einops lib in the CI docker for some bitsandbytes tests (#35652) * fix docker * fix 4b8d1f7
- Update torchao.md: use auto-compilation (#35490) * Update torchao.md: use auto-compilation * Update torchao.md: i... 715fdd6
- Fix : HQQ config when hqq not available (#35655) * fix * make style * adding require_hqq * make style 0506365
- Fix expected output for ggml test (#35686) fix expected output df2a812
- Fix : add require_read_token for gemma2 gated model (#35687) fix gemma2 gated model test a11041f
- Enhanced Installation Section in README.md (#35094) * Update README.md * Update README.md * Update README.md * Up... b0cdbd9
- Enhance DataCollatorForLanguageModeling with Configurable Token Replacement Probabilities (#35251) * DataCollatorFor... c61fcde
- Clean-up composite configs (#34603) * remove manual assignment tie-word-embeddings * remove another unused attrib... 09d5f76
- Add future import for Py < 3.10 (#35666) * Add future import for Py < 3.10 * make fixup * Same issue in conver... 615bf9c
- Enable gptqmodel (#35012) * gptqmodel Signed-off-by: jiqing-feng <[email protected]> * fix format Signe... 387663e
- and 36 more ...
isold23 pushed 162 commits to master isold23/FFmpeg
- fftools/ffmpeg_opt: Fix precedence issue in abs_start_seek calculation This patch corrects a C operator precedence i... aa20294
- ffmpeg_sched: return better error code The existing code of 'No space left on device' leaves end users confused sinc... fe04b93
- doc/ffmpeg.texi: replace use of uncommon unicode characters Addresses ticket #11372 Signed-off-by: James Almer <jam... 6ffbc22
- avcodec/libx265: ignore user set alpha x265-param It makes no difference when the input has an alpha plane, and may ... 7e77858
- swscale/unscaled: add pal8 -> gbr(a)p special converter Fixes: #9520 Signed-off-by: Niklas Haas <[email protected]> Spon... 8cf2d97
- avcodec/cbs_h2645: revert accidental change This was erroneously included in 7e778586e7efceacae33b12b9b3673838060f8f... 3e6d89c
- swscale: use 16-bit intermediate precision for RGB/XYZ conversion The current logic uses 12-bit linear light math, w... af6d52e
- swscale/utils: add return code to fill_xyztables() Needed for lazy allocation of XYZ tables. Signed-off-by: Niklas ... 60bfafc
- swscale/utils: lazily allocate XYZ tables on CONFIG_SMALL This has the downside of requiring these tables to be reco... 59258fb
- avformat/iamf_writer: ensure the stream groups are not empty Signed-off-by: James Almer <[email protected]> cedd915
- avformat/flvenc: implement support for multi-track video Based on enhanced-rtmp v2 spec published by Veovera: https:... d8d0175
- avformat/flvdec: add support for demuxing multi-track FLV Based on enhanced-rtmp v2 spec published by Veovera: https... 466a400
- avformat/flvenc: remove !size check for audio packets At least flac finishes every stream with an empty side-data on... 70067c8
- avformat/flvdec: add enhanced audio codecs 2f72dc3
- avformat/flvenc: refactor fourcc writing 63613fe
- avformat/flvenc: write enhanced rtmp multichannel info for audio with more than two channels 3db28fb
- avformat/flvdec: parse enhanced rtmp multichannel info 67b5fb4
- avformat/flvenc: add support for writing multi track audio bbf1f3c
- avformat/flvdec: add support for reading multi track audio 25faaa3
- avformat/rtmpproto: add more enhanced rtmp codecs f8dc4d9
- and 142 more ...
isold23 pushed 95 commits to main isold23/chroma
- [ENH]: make log materialization result `Send` (#3242) 4cae3cc
- [CHORE] REVERT: Make everything except chroma `INFO`. Make chroma `DEBUG`." (#3358) 46423f8
- [RELEASE] 0.6.0 (#3367) Release 0.6.0 5422fce
- Fix typo in persistent-client.md (#3365) ## Description of changes *Summarize the changes made by this PR.* Typo fi... a45460b
- [ENH] Bump chroma-load to version that caches get_collection (#3368) The chromadb-rs client called to the server to ... 54947c7
- [BLD]: release both planes instead of just data plane (#3372) 8a3457f
- [ENH]: support export foyer metrics via otel (#3204) Signed-off-by: MrCroxx <[email protected]>## Description of c... f83d1c5
- [ENH] Validate HNSW index integrity on load (#3369) ## Description of changes *Summarize the changes made by this P... d246b38
- [RELEASE] JS 1.10.0 (#3373) Release JS-Client 1.10.0 b491e96
- [DOC] v0.6.0 migration log (#3376) aad9143
- [BLD]: save OTEL traces in artifact during CI (#3378) 2dce857
- [DOC] Fix HNSW typos (#3383) d2e4bbe
- [BUG]: Add Segment Caches thread-safety (#3335) ## Description of changes Closes #3334 *Summarize the changes made... c1267a6
- [DOC] Update TypeScript OpenAI Embedding Function Parameter Documentation (#3382) ## Description of changes *Summar... 468f910
- [ENH] ✨ Support MPS accelerated OpenCLIP embeddings (#3295) ## Description of changes Currently, attempting to use ... e30429b
- [BUG]: `upsert()` always uses default tenant/database (#3387) 92152f1
- [BUG] Does the integrity check work? (#3392) It does not seem to, comment out for now while we investigate. f488d7d
- [ENH] A chroma-load that is limited to 4 connections. (#3394) bde75c8
- [RELEASE] 0.6.1 (#3393) 6145277
- [ENH]: move materialization into operator (#3357) ## Description of changes Log materialization is now in its own... 19e1971
- and 75 more ...
isold23 pushed 33 commits to master isold23/seastar
- add perf_tests_perf These are benchmarks which just test minimal version of the various PERF_TEST flavors, with most... 6f6fc56
- perf_tests: coroutinize main loop Simplify and coroutinize main loop. This reduces the duplicated portion in the mai... ff20df3
- github: s/ubuntu-latest/ubuntu-24.04/ Ubuntu 24.04 is now available, see https://github.com/actions/runner-images/is... 0739dc8
- print: remove deprecated print() functions these functions were marked deprecated in three years ago (a189cdc45d) in... c028f0d
- build: allow CMake to find Boost using package config Remove the "MODULE" parameter from `find_package(Boost)` call ... af9b804
- httpd: drop unnecessary dependencies from httpd.hh Downstream files are updated to re-add necessary dependencies. T... ff24926
- build: use path to libraries in .pc After removing the "MODULE" parameter from find_package(Boost) in af9b804253, th... 73517b0
- Add missing include in dpdk_rte.hh std::optional is used in the file. The build does not break at the moment because... 6f32137
- abort_on_expiry: request_abort with timed_out_error So that users can distinguish between timer expiration to other ... 5ea0a52
- abort_on_expiry: fix typos in comments Signed-off-by: Benny Halevy <[email protected]> a86af8d
- abortable_fifo: support OnAbort callbacks accepting exception_ptr For passing an exception_ptr from the abort_source... f55f980
- semaphore: expiry_handler: refactor exception getters Signed-off-by: Benny Halevy <[email protected]> 7d03475
- semaphore: return early exception before appending wait_list If waiting with timeout or abort_source, check (under [... 31c7f0a
- tests: unit: refactor expected_exception Move into tests/unit/expected_exception.hh Signed-off-by: Benny Halevy <bh... d415e57
- semaphore: expiry_handler: tunnel exception_ptr to entry Accept an optional exception_ptr in the expiry_handler and ... f8c36db
- file: remove deprecated file lifetime hint APIs These were deprecated in 2022 (1dc616a5220) in response for removal ... 41b9c60
- net: replace deprecated ip::address_v4::from_string() boost::asio::ip::address_v4::from_string() was removed in boos... 11d1701
- perf_tests: make column generic This introduces a concept of a "column" in the perf test output, which given a resul... 241391e
- gitignore: ignore directories that match "build*" To ease local build versioning with git, like build_old and build_... 1404cba
- Merge 'Tunnel requested abort exception to semaphore wait caller' from Benny Halevy Today, when calling `wait(abort_... 5cb37f1
- and 13 more ...
isold23 pushed 377 commits to main isold23/vscode
- Add more logging around filePatternsToUse d4cda5c
- @xterm/[email protected] Fixes #117741 9207b53
- Merge branch 'main' into tyriar/xterm@241220 cd185ac
- refactor: use EventType constants for events 5cc442a
- Change identifier to id 9d83bf1
- Remove console.log (#236006) 7da68c0
- Adopt concept of flows in Microsoft Auth (#237006) And only use Loopback flow when not running in Remote Extension H... 0a66dc3
- reverse cancellation and sequencer (#237029) When we cancel, then the promise should be cancelled. If we don't do th... 1410d77
- Fix default tree find modes (#237057) fix #236770 a3261ea
- feat: support custom js switch-case indentation a91e6b6
- Merge branch 'main' into dmitrysonder/issue236939 5592fb5
- Git - add git blame editor decoration hover provider (#237102) * Initial implementation * Refactor editor decoratio... 6d6cfdc
- fix: update descriptions for switch-case indentation settings in TypeScript and JavaScript 97a5f18
- Git - refactor git blame code (#237185) Refactor git blame code ba56ac5
- Git - update git blame settings (#237187) 92bae09
- Git - git blame hover commands polish (#237190) 2bdb3e9
- support svg's in image preview d79d9f0
- Fix new Color in string typo d8d429c
- Git - add stage/unstage commands to editor title (#237257) aa6a381
- Fix missing uri parsing in json schema loading 4cafefb
- and 357 more ...
isold23 pushed 11 commits to master isold23/nginx
- QUIC: ignore version negotiation packets. Previously, such packets were treated as long header packets with unknown ... a52ba8b
- QUIC: fixed accessing a released stream. While trying to close a stream in ngx_quic_close_streams() by calling its r... e3a9b6a
- Year 2025. febe6e7
- Gzip: compatibility with recent zlib-ng 2.2.x versions. It now uses 5/4 times more memory for the pending buffer. F... 57d54fd
- Slice filter: log the expected range in case of range error. 47f862f
- SSL: object cache inheritance from the old configuration cycle. Memory based objects are always inherited, engine ba... 8311e14
- SSL: encrypted certificate keys are exempt from object cache. SSL object cache, as previously introduced in 1.27.2, ... 7677d56
- SSL: caching certificates and certificate keys with variables. A new directive "ssl_certificate_cache max=N [valid=t... 0e756d6
- SSL: cache revalidation of file based dynamic certificates. Revalidation is based on file modification time and uniq... 4b96ad1
- Upstream: caching certificates and certificate keys with variables. Caching is enabled with proxy_ssl_certificate_ca... 454ad0e
- SSL: avoid using mismatched certificate/key cached pairs. This can happen with certificates and certificate keys spe... 5d5d9ad
isold23 pushed 79 commits to main isold23/langflow
- fix: address api_request issues on Python 3.11+ (#5643) Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langfl... f85d447
- test: improve element interactions in generalBugs shard 7 tests (nightly fix) (#5646) 5122d56
- feat: bump composio libraries to version 0.6.13 (#5633) 48847ba
- feat: add UI/UX improvements on InputListComponent (#5644) * [LFOSS-74]: input list UI improvements * [autofix.ci] ... 40925e8
- refactor: Comment out deprecated playground page (#5616) refactor: comment out deprecated playground page 41d5eab
- docs: use fernet for secret key generation (#5611) * docs: enhance authentication documentation with LANGFLOW_SECRET... 6ad6227
- fix: Improve hide-output button alignment in GenericNode component (#5645) 🔧 (GenericNode/index.tsx): Update CSS cla... 88fa784
- ci: Stop using uv to catch dependency timeouts in nightly workflow (#5654) fix: stop using uv to catch dependency ti... 02c76a9
- fix: Improve `update_flow` data consistency, refine error handling, and add folder-moving tests (#5516) * 🐛 (flows.p... e7a2005
- fix: replace hasattr with dictionary key check for flow_data nodes (#5668) 43d22fd
- fix: default flow locked property to false instead of null (#5670) b2a9816
- chore: Add aiofile dependency to langflow-base (#5672) 0d1c291
- ci: Clean up build artifacts and update dependencies (#5693) 242165b
- feat: Bump ruff version to 0.9 (#5666) * Bump ruff version to 0.9 * Rename some modules for A005 ruff rule da83dbb
- ci: Update nightly build workflow to delete existing main tags before generating new ones (#5694) 8a4fc2c
- fix: simplify InputFileComponent to use native file picker (#5692) * ✨ (index.tsx): Add useRef hook to manage file i... 65530e2
- docs: API examples (#5499) * bump-api-to-1.1.1 * docs: api reference content * more-endpoints * cleanup * all-en... 26ed6dc
- refactor: Improve createFileUpload reliability and performance (#5697) * ✨ (create-file-upload.ts): Refactor createF... 2f9a785
- fix: add missing Needle component icon (#5689) Replaced the generic 'search' icon with a dedicated 'Needle' icon to ... a756061
- fix: Update useState default values in exportModal and flowSettingsModal (#5698) * fix: Update useState default valu... 1f63ebe
- and 59 more ...
isold23 pushed 350 commits to master isold23/whisper.cpp
- ruby : fix installation test (#2519) 850f7b1
- whisper : move new-segment callback after DTW step (#2515) 1626b73
- whisper : minor compile warning 3f020fa
- scripts : add turbo-q8_0 to the benchmark 55e4221
- ci : fix openblas build (#2511) * ci : fix openblas build * cont : would this work? * ci : I'm sorry, windows ... 19dca2b
- ggml : alloc ggml_contexts on the heap (#2525) * whisper : reduce ggml_context usage * ggml : allocate contexts o... aa037a6
- scripts : sync amx 4e10afb
- ggml-alloc : remove buffer_id from leaf_alloc (ggml/987) This commit removes the buffer_id field from the leaf_alloc... 8f9bdca
- metal : single allocation of encode_async block (llama/9747) * Single allocation of encode_async block with non-ARC ... 80753d4
- ggml : add metal backend registry / device (llama/9713) * ggml : add metal backend registry / device ggml-ci * met... 315364d
- Update building for Android (llama/9672) * docs : clarify building Android on Termux * docs : update building Andro... bd7ace7
- ggml : add backend registry / device interfaces to BLAS backend (llama/9752) * ggml : add backend registry / device ... 44bc276
- ggml : fix BLAS with unsupported types (llama/9775) * ggml : do not use BLAS with types without to_float * ggml : r... 1531259
- musa: add docker image support (llama/9685) * mtgpu: add docker image support Signed-off-by: Xiaodong Ye <xiaodong.... e69b237
- rpc : add backend registry / device interfaces (llama/9812) * rpc : add backend registry / device interfaces * llam... c313723
- ggml : move more prints to the ggml log system (llama/9839) * ggml : move more prints to the ggml log system * show... 81110c0
- Vectorize load instructions in dmmv f16 CUDA kernel (llama/9816) * Vectorize load instructions in dmmv f16 CUDA kern... 042e95d
- Fix cann compilation error (llama/9891) Fix cann compilation error after merging llama.cpp supports dynamically load... ded89c9
- CUDA: fix 1D im2col, add tests (ggml/993) 8471361
- fix: use `vm_allocate` to allocate CPU backend buffer on macOS (llama/9875) * fix: use `vm_allocate` to allocate CPU... ff5a838
- and 330 more ...