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 langflow-ai/langflow
Agent compent use ollama
### Feature Request Agent compent use ollama <img width="273" alt="image" src="https://github.com/user-attachments/assets/13bc63dc-ea06-4d31-8274-268af4f0b6f0" /> ### Motivation use ollama ###...isold23 pushed 16 commits to main isold23/Genesis
- ext/pyrender/viewer: clean up unused imports db7230c
- ext/pyrender/viewer: resolve macOS crashes when initialising Tk() d8f6bed
- Update README.md (#241) [MISC] Update README.md 03e2134
- Updated README_CN and CONTRIBUTING, enhanced readability, and adjusted title format [MD001/heading-increment] 07f1d09
- Update README.md 0ac8965
- Update README.md 95d5400
- init docker 9807b0c
- Merge branch 'main' into feat-docker 32daf59
- Merge pull request #92 from NekoAsakura/main [BUG FIX] ext/pyrender/viewer: resolve macOS crashes when initialising ... 63905b0
- Merge pull request #295 from 00make/main Updated README_CN and CONTRIBUTING 542e651
- dockker update 4fc8eaf
- update readme 3d68483
- Update README.md c2c0a63
- Merge pull request #303 from Kashu7100/feat-docker Feat docker 04b045c
- Update README.md 66e3f84
- fix #324 163e413
isold23 pushed 21 commits to master isold23/nginx
- FastCGI: fixed create_loc_conf comments after 05b1a8f1e. a5e152b
- SCGI: added create_loc_conf comments. 1ac6a18
- Uwsgi: added create_loc_conf comments. d10bf73
- Fixed link to contributing guidelines. Absolute paths in links end up being rooted at github.com. The contributing g... 36ca44f
- On DragonFly BSD 5.8+, TCP_KEEPIDLE and TCP_KEEPINTVL are in secs. 7cd60cd
- SSL: error message default in object caching API. This change initializes the "err" variable, used to produce a mean... 0ebc324
- Fixed missing double quote. cb18574
- Mp4: fixed handling an empty run of chunks in stsc atom. A specially crafted mp4 file with an empty run of chunks in... 6ec099a
- Mp4: unordered stsc chunks error for the final chunk. Currently an error is triggered if any of the chunk runs in st... d1a0245
- Mp4: prevent chunk index underflow. When cropping stsc atom, it's assumed that chunk index is never 0. Based on this... 569948a
- SSL: a new macro to set default protocol versions. This simplifies merging protocol values after ea15896 and ebd18ec... 476d652
- QUIC: prevented BIO leak in case of error. 0864cca
- Upstream: disallow empty path in proxy_store and friends. Renaming a temporary file to an empty path ("") returns NG... a448dd5
- QUIC: constified nonce parameter of crypto functions. This follows OpenSSL and BoringSSL API, and gives a hint to co... 9a02521
- QUIC: got rid of memory copy when initializing constant values. 3f755b5
- Realip: allowed square brackets with portless IPv6 address. When client address is received, IPv6 address could be s... b2a67d2
- Mail: handling of LOGIN IMAP command untagged response. In particular, an untagged CAPABILITY response as described ... ce88b17
- nginx-1.27.3-RELEASE e7bd255
- Version bump. e28ef42
- QUIC: fixed client request timeout in 0-RTT scenarios. Since 0-RTT and 1-RTT data exist in the same packet number sp... 930caed
- and 1 more ...
isold23 pushed 1470 commits to main isold23/vscode
- Git - only show git blame for text documents with the `file` scheme for now (#234312) ee21e63
- add support for file/folder terminal completions (#234289) d79858c
- testing: vertically center test message badge Closes #234287 bbe24d7
- testing: track test error message decorations correctly Fixes #234293 69acde7
- chat - tweaks to welcome (#234250) 969b571
- update distro pointer ff6d777
- Merge pull request #234331 from microsoft/isidorn/renewed-shrew update distro pointer 9a6ef1f
- Smoke test failure - changing selectors depending on app quality (#234181) * changing selector depending on app qual... b69589c
- Persist selected chat model globally, not per-workspace (#234335) * Persist selected chat model globally, not per-wo... eeec4c3
- chat - welcome updates (#234329) 7bb46ec
- Git - add git blame hover (status bar item, editor decoration) (#234338) 157567f
- Restore tab newline fix in editor tabs (#234340) bring back tab newline fix ec8a019
- chat - tweaks to welcome (#234343) 268d4cf
- edits undo: chat entries are no longer hidden after reload (#234345) edits: chat entries are no longer hidden after ... 9508be8
- Add CSS named color support to parse function 07d84aa
- chat: persist 'isHidden' (#234350) d2b1410
- chat - move the hide action to the dropdown (#234359) a414275
- fix: chat related files polish (#234364) * fix: don't re-add suggested files that were ignored by user * fix: don't... b82ed8d
- Add telemetry for tool calls (#234365) * Add telemetry for tool calls * Fix test b6ce07f
- chat edits: fix for redo after reload (#234366) 7f05cd2
- and 1450 more ...
isold23 pushed 659 commits to main isold23/langgraph
- fix(sdk-js): Pass api key in headers by default if in env 85a7691
- cr 7352ab1
- cr 433c382
- Execute Sends in same super step that triggered them - Keep old code path for compatibility with existing checkpoint... 89a0859
- Update 3ad966e
- Lin t 0e872e7
- Lint 090b53c
- Update ea64ac5
- Add feature flag (default off) so we can merge this before releasing - Add additional ci job to test with FF on d0567dc
- Update 2ff49d2
- lib: Add interrupt() function - This works similarly to the input() function from stdlib - calling it in a node inte... 810ae0e
- Add sync test 62d3a85
- Update c83b8f6
- Remove prints 311e16d
- Undo ef3a1ee
- Remove print 87fc519
- Remove print b3a4eaa
- Use neg idx 86d2847
- Disable in py 3.10 or below for async 0d5c620
- Undo 00964b1
- and 639 more ...
isold23 pushed 119 commits to main isold23/gemma.cpp
- SFP speedup: 1.14x f32, 1.19x bf16 dot = 1.02x prefill 12->9 ops by recognizing the upper/lower bytes are simply shi... 1617e1a
- 1.1x prefill speedup, revamp threading in preparation for hierarchical parallelism. Limit thread counts to detected.... 5e433e7
- Document Gemma 2 model names PiperOrigin-RevId: 659858832 4154f5a
- Improve performance logging PiperOrigin-RevId: 660534330 27258b0
- 1.03-1.08x decode speedup: precompute Rope theta, fuse Split attention into functions, move into class. Fuse Rope an... 2ebbe40
- Rename Gemma9B and Gemma27B to Gemma2_9B and Gemma2_27B. This is to make it clear that these models are part of the ... fd1b074
- Add pin flag to disable pinning. Refs #338 PiperOrigin-RevId: 661389171 282f73e
- 1.3x prefill, 0.95x decode: matmul replacing last matvec Before 38.28, 9.17 (with profiler enabled, prompt = 330 tok... b831fa8
- Fix gemma_test GeographyBatched for 2b-it and add entropy expectations for gemma2-2b-it. PiperOrigin-RevId: 662072395 7316ee8
- 0.98x prefill: refactor in prep for cache blocking. Slower because we now init tiles of C and accumulate into them. ... 8e02863
- Implement `start_pos` per query for batch interface 730b6bf
- Fix build issues when tests are enabled ea72575
- Fix the position calculation issue in the generation phase 8c634f6
- Merge pull request #348 from ufownl:feature/start_pos_per_query_reopen PiperOrigin-RevId: 662533529 6763afc
- Simplify pos handling, auto-increment output arg - no longer multiply by num_queries - remove unused interleaved pro... 22995c6
- Support directly observing activations, partially replacing LayersOutputFunc LayersOutputFunc is no longer invoked f... b9ed12a
- Automated Code Change PiperOrigin-RevId: 663622838 6c57feb
- Major MatMul update, 1.9-2.3x speedup on Zen4 via bf16 mul Supports converting all weight/activation formats to nati... 301dc80
- Expose underlying model configuration: number of layers, heads, etc. PiperOrigin-RevId: 663747853 773333e
- VectorizedRopeAndMulBy. ~8x reduction (tested on few prompts) in Rope. ~3.8% prefill latency improvement. ~2.6% decod... c6eb3b6
- and 99 more ...
isold23 pushed 1789 commits to main isold23/pytorch
- [MPS] Write/Invoke Metal shaders from C++ (#141547) By introducing `DynamicMetalShaderLibrary` and `MetalShaderFunct... 9f9105a
- Update OpenBLAS to 0.3.28 (#137263) This includes a number of performance improvements, such as threading optimisati... 9830e7b
- Allow Fakified subclass to have different device for inner and outer tensor (#141839) Previously if a wrapper tensor... e41a0b3
- [submodule] Revert "Adds support for accelerated sorting with x86-simd-sort (#127936) (#141901) Looks like the origi... c17ba69
- Skip test_cpu_repo.py::CPUReproTests::test_auto_zvec_vsx_simd on AArch64 (#141155) The skipping logic clearly states... 5c33c92
- Add API query for available per-process CUDA memory (#140620) Certain `cpp_wrapper`-enabled tests were OOM-ing in th... 4959784
- Revert "Add missing data types at torch export serialization (#138561)" This reverts commit 1ef1b3b39123255483c51faf... 09ce760
- fix c10::Event UT failure on XPU backend (#141800) # Motivation Fix this UT failure introduced by https://github.com... 77748ed
- Set remote cache version and backend type once in compilation metrics (#141707) This is causing FbFxGraphRemoteCache... d633cf1
- Fix DCe in training IR to reflect correct record function op (#141899) Summary: The exit function is actually exit._... a6bea3d
- Only reconstruct dict if needed (#141606) Fixes #141452 This is a follow-up of PR #134876, which optimized dict rec... 34127fc
- [BE]: Update mypy to 1.13.0 (#140808) Update mypy to 1.13.0 . Should hopefully reduce linting time. Has support for ... 08db735
- Correctly specify size of sparse_csr tensors in maskedtensor binary ops (#134335) Pull Request resolved: https://git... f911361
- Make Dtypepropagation singleton (#141882) Should fix compile time regression, it was doing fairly expensive meta pro... 3357348
- [ROCm] Enable finding HIP and ROCm libraries on Windows (#137279) This PR introduces support for finding HIP-SDK Lib... 4cbb3b4
- Mention version of flip in weights_only error message (#141304) Fixes https://github.com/pytorch/pytorch/issues/1411... ecbb8a8
- [REFACTOR] Inline FxGraphCache.post_compile into sole call site (#141877) I am going to break apart the arguments pa... 3ab4a28
- [associative_scan] Fixing shape checks (#141698) This PR fixes the shape checks that are done in the associative_sca... 871b93b
- [while_loop] change to guard_equals for checking output and carry (#141734) The input with the same can be represent... 9cfc9e6
- Ensure that BlockMask length must always exactly match the sequence length in flex_attention (#141625) Fixes https:/... af88326
- and 1769 more ...
isold23 pushed 62 commits to master isold23/seastar
- reactor: coroutinize waitpid Commit fb6c969ccf2f7735fdb43e3f9beac8b68711e29a simplified waitpid by always retrying, ... b616d8c
- reactor: next_waitpid_timeout: contants can be defined as constexpr No need to define them as static variables. Sig... 0bc3ba3
- core: reactor_config: add reserve_io_control_blocks This new option allows reserving the configured amount of IOCBs,... c5f9e3a
- rpc: Emplace buffers into vector, not push There are two places that accumulate a vector of buffer and for that they... a543236
- Merge 'Coroutinize waitpid' from Benny Halevy Commit fb6c969ccf2f7735fdb43e3f9beac8b68711e29a simplified waitpid by ... cd03667
- reactor: fix reserve_io_control_blocks config name in error message adjust_max_networking_aio_io_control_blocks() lo... e288351
- sharded.hh: remove inline from templates Templates are distinctly defined in each translation unit, thus they dont c... 97e202a
- websocket: Fix websocket frame parsing on partial packets Previously if the websocket frame was split in the middle ... b64cc63
- websocket: Avoid memory copy when full websocket frames are received Previously websocket frames were being cloned i... 0b1d3cb
- websocket: Fix logic when parsing header Previous code contained incorrect logic which would cause header parsing to... 98ae937
- websocket: Remove unnecessary condition in frame parsing When entering (_buffer.length() + data.size() >= 2) conditi... 0065fd2
- file: Convert file operations to use coroutines 6104aee
- Merge 'Websocket server fixes' from Povilas Kanapickas This PR fixes several issues in websocket frame parser. The m... 0d1781c
- build: Clean up `compile_option` after FindSanitizers module Unset the `compile_option` variable after it's used in ... 7dbd974
- treewide: Trim trailing spaces Trimming trailing spaces is an accepted best practice. The practical benefit is that... b63b02a
- utils/program-options: selection_value: make get_candidate_names() public To allow application code query available ... fdb124e
- json2code: convert boost integer_range to std iota_view Reduce dependencies on boost. json2code converts a Swagger ... 72c7ac5
- json_formatter: Add support for standard range containers This commit extends the JSON formatting capabilities to su... d1dbc49
- metrics: Store register_ref in metric_groups_impl registration list The list of registered metrics that each `metric... 05b20c8
- metrics: Don't store a metrics impl sp per registered metric Each registered metric stores a shared pointer to the m... c8d0881
- and 42 more ...
isold23 pushed 67 commits to master isold23/DeepSpeed
- Add data type check for bf16 (#6742) Add data type check for bf16 to fix #6723 73d974e
- add zero3 ```module_granularity_threshold ``` to zero optimization. (#6649) This PR adds Z3 coalesced fetch to zero ... 7af3a4b
- AIO File Offsets (#6641) Adding the option for a file offset to the read/write functions of AIO & GDS ops. --------... b692cde
- Update path for BingBertSquad from DeepSpeedExamples (#6746) In https://github.com/microsoft/DeepSpeedExamples/pull/... 877aa0d
- Sanitize inputs to eval() (#6745) 9a2c209
- Adding the governance doc (#6748) Drafted governance doc for the LFAI. Co-authored-by: Minjia Zhang <minjiaz@illi... d702eb5
- Add no_sync context manager (#6675) Fix #1902 --------- Co-authored-by: Logan Adams <[email protected]... fc4e733
- Gaudi2 Nightly job for daily check (#6753) Co-authored-by: Logan Adams <[email protected]> e3b5a4b
- Disable failing python tests (#6758) f594dbe
- A faster and more memory-efficient implementation of `zero_to_fp32` (#6658) It is a faster and more memory-efficient... dd40269
- Pin transformers version to work around latest torch requirements (#6759) Latest transformers seems to break our tes... 8488bee
- make xpu ops compatible with oneapi 2025.0 (#6760) Compatibility update for xpu ops This PR introduces changes that... 1fdad1f
- Add explicit parameters for torch.load (#6751) Successor PR to #6094: > FutureWarning: You are using torch.load w... 2e0c39b
- Fix setup.py bash cmd generation to correctly extract git info (#6762) Co-authored-by: Logan Adams <114770087+loadam... 065398d
- Use `json_schema_extra` instead of extra keyword in `Field` (#6764) > Using extra keyword arguments on `Field` is de... 83e4364
- Enable torch compile on _allgather_params (#6769) * Previosuly ZerO3 was crashing when trying to compile _allgather_... b5709cc
- Removes unnecessary cloning (#6761) `clone_tensors_for_torch_save()` function: When the `item.device` is different ... f515104
- Fix potential memory issues when use deepspeed Z3 (#6726) I had OOM problem when doing DPO training using zero3. It ... cd20a3b
- Unpin with latest transformers fixes (#6763) Reverts #6759 Requires from transformers: https://github.com/huggi... f57b1ef
- docs: fix HF links (#6780) The current link https://huggingface.co/docs/transformers/main_classes/deepspeed is very... 5e16f25
- and 47 more ...
isold23 pushed 131 commits to master isold23/grpc
- [PH2] New Experiments (#38103) - Adding two experiments for promises based HTTP2 transport. - We have kept client an... be472f1
- Fix python typos (#38029) Continuation of #37541 but focused on Python. Top typos are: * resolveable (5) * dedecate... 8342a10
- [chaotic-good] Revamp wire format (#37765) Update the chaotic-good wire format with some learnings from the past yea... 630d790
- [http1] fix HttpRequest to support query params (#38099) Also add trace logging for HTTP requests and responses. Cl... 06f61ab
- [xds e2e tests] apply test slowdown factor for does-not-exist timeout (#38111) Closes #38111 COPYBARA_INTEGRATE_REV... 602c3ac
- [testing] set -O1 in msan builds (#38118) As title Closes #38118 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc... 2159447
- bump timeout for grpc_bazel_rbe_nonbazel from 90 minutes to 2 hours This has been timing out recently. Looks like i... 5c09060
- Add metadata type for W3C traceparent header PiperOrigin-RevId: 696316643 06b2452
- [StatsPlugin] Use lock-free list for global stats plugins list (#38060) Closes #38060 COPYBARA_INTEGRATE_REVIEW=htt... c0f22d1
- [test] Re-enable end2end test on Windows now that EE is rolled out (#38096) Re-enables a test, disabled in https://g... 9751fab
- [test] remove unused file (#38109) Closes #38109 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/38109 ... ed7854e
- [latent-see] Improve visibility of party wakeups (#38053) Just used this to find out we always do a tcp write for cl... a0d9ddf
- [test] Remove unused script (#38110) Closes #38110 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/3811... f3d00ac
- [httpcli_test_util] clean up and modernize logic (#38121) Closes #38121 COPYBARA_INTEGRATE_REVIEW=https://github.co... d0a7c33
- [xDS] add auto_host_rewrite to human-readable form of route config (#38119) Missed this in #37087. Closes #38119 C... 35e1bfa
- Automated rollback of commit 06b2452feb982cb9fb9a035017208f2ce002adcb. PiperOrigin-RevId: 696582876 94cbb67
- [c-ares] Fix inverted length check in GrpcPolledFdWindows (#38101) Fix https://github.com/grpc/grpc/issues/37969. T... e352e89
- [fuzzing] Add a define that we can leverage to choose different codepaths under fuzzers (#38141) Closes #38141 COPY... ef9e350
- set bazel --test_timeout in grpc_bazel_rbe_nonbazel to 1.5 hours PiperOrigin-RevId: 696974950 551499c
- [chaotic-good] ensure client transport advertises shutdown (#38134) Not doing so can lead to leaked channels Closes... 10fa208
- and 111 more ...