Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
isold23 pushed 924 commits to master isold23/fastapi
- 🌐 Add Turkish translation for `docs/tr/docs/deployment/index.md` (#11605) f1ab530
- 📝 Update release notes dda2337
- 📝 Restored Swagger-UI links to use the latest version possible. (#11459) a69f383
- 📝 Update release notes 86b410e
- 🌐 Update Chinese translation for `docs/zh/docs/advanced/templates.md` (#11620) f7a11bc
- 📝 Update release notes 36269ed
- 🌐 Add Turkish translation for `docs/tr/docs/how-to/general.md` (#11607) 54d0be2
- 🌐 Add Turkish translation for `docs/tr/docs/advanced/testing-websockets.md` (#11608) 59b17ce
- 🌐 Add Turkish translation for `docs/tr/docs/advanced/security/index.md` (#11609) a8a3971
- 📝 Update release notes aadc3e7
- 📝 Update release notes d523f7f
- 📝 Update release notes 8b4ce06
- 🌐 Add Turkish translation for `docs/tr/docs/deployment/cloud.md` (#11610) a751cdd
- 📝 Update release notes ba1ac2b
- 🔧 Add sponsor Kong (#11662) 803b9fc
- 📝 Update release notes 995bd43
- 📝 Tweak intro docs about `Annotated` and `Query()` params (#11664) ab8974e
- 📝 Update release notes 563b355
- 📝 Update note in `path-params-numeric-validations.md` (#11672) 256426e
- 📝 Update release notes bcb8e64
- and 904 more ...
isold23 pushed 15 commits to main isold23/llama3
- add assertion to validate max_seq_len, ckpt_dir and tokenizer_path to give clear error messages. 16f6464
- Slight changes to `MODEL_CARD.md` to organize information 8eec687
- Merge remote-tracking branch 'origin/main' into update-examples e2c027f
- revert changes in examples 95d36c2
- add add assertion to build function of Llama c4b2f5d
- add assertion to build function of Llama 23e448f
- Merge remote-tracking branch 'refs/remotes/origin/update-examples' into update-examples bed1106
- add newline at end of file f2bb4c5
- Merge pull request #135 from aakashapoorv/update-examples Update examples to give clear error messages bf8d18c
- Merge pull request #141 from pchng/main Slight changes to `MODEL_CARD.md` to organize information d3eca21
- Update MODEL_CARD.md Fixing the incorrect value for Llama 2 13B GSM8K. e14519c
- Update README.md 18f515a
- Update eval_details.md Fixed a typo c7c6c2e
- Merge pull request #292 from Vasanthrs-dev/patch-2 Update eval_details.md 9b60364
- Add note about 3.1 download 11817d4
isold23 pushed 288 commits to main isold23/text-generation-webui
- llama.cpp: increase the max threads from 32 to 256 (#5889) 6b546a2
- Update accelerate requirement from ==0.27.* to ==0.30.* (#5989) 2de586f
- UI: Warn user if they are trying to load a model from no path (#6006) b63dc4e
- [docs] small docker changes (#5917) 8456d13
- fix: grammar not support utf-8 (#5900) 5cb5970
- Add Llama 3 instruction template (#5891) d7bd3da
- Fix gguf multipart file loading (#5857) 907702c
- Let grammar escape backslashes (#5865) 818b4e0
- --idle-timeout flag to unload the model if unused for N minutes (#6026) 9f77ed1
- DRY: A modern repetition penalty that reliably prevents looping (#5677) 852c943
- README: update command-line flags with raw --help output This helps me keep this up-to-date more easily. 6a1682a
- Backend cleanup (#6025) bd7cc42
- Fix getting Phi-3-small-128k-instruct logits ae86292
- Minor fix after bd7cc4234d0d2cc890c5e023f67741615c44484a (thanks @belladoreai) 9e18994
- Fixed minor typo in docs - Training Tab.md (#6038) 8aaa0a6
- Fix stopping strings for llama-3 and phi (#6043) 5499bc9
- Revert "Fix stopping strings for llama-3 and phi (#6043)" This reverts commit 5499bc9bc8d2b24f163c0026dce05df21a25a691. ad54d52
- Downloader: Add --model-dir argument, respect --model-dir in the UI 4f1e96b
- Remove MinPLogitsWarper (it's now a transformers built-in) 8df68b0
- Fix missing bos token for some models (including Llama-3) (#6050) a363cdf
- and 268 more ...
isold23 pushed 187 commits to master isold23/google-research
- Open-source the IMP paper (arxiv.org/abs/2305.06324) PiperOrigin-RevId: 636607531 9bfd18a
- Drop refs to australis in build rules and exporter. PiperOrigin-RevId: 636720089 786dc5a
- Add README for AndroidControl dataset. PiperOrigin-RevId: 637079336 0ced6d0
- Internal change Tested: PiperOrigin-RevId: 637929280 2b1113a
- Internal change Tested: PiperOrigin-RevId: 638037596 ad3d525
- Introduce 'Gender Mismatch' and 'Archaic or obscure word choice' error categories. * 'Gender Mismatch' is now a sepa... 5587de7
- Create sub-directory for "Generalization and Learnability in Multiple Instance Regression, UAI 2024". PiperOrigin-Re... 1e10b47
- Open-sourcing code for "Generalization and Learnability in Multiple Instance Regression, UAI 2024". PiperOrigin-RevI... e8bc78c
- [Anthea] Allow a note to raters to be displayed. - A new field, "note_to_raters", can optionally be included in the... 64f8f19
- Update the opensource code to negate the input weights for asymmetric hamming attack. PiperOrigin-RevId: 638691815 a527cab
- Fixing the public ProtNLM colab. We make the following changes: 1. Omitting the certification check in wget 2. Adding... 632e9b3
- Add notebook used to demo the method with HuggingFace models. PiperOrigin-RevId: 639087850 3a92a93
- Keras transformer code used for: PiperOrigin-RevId: 639103143 bdf8252
- Add Apache License to AndroidControl README.md and link to accessibility tree proto. PiperOrigin-RevId: 639763837 e44af2a
- Add unimplemented run.py to be the entrypoint for the docker container. PiperOrigin-RevId: 639939030 e38de6f
- Fixing typo in colab. PiperOrigin-RevId: 640068519 57bb332
- Update webviewer for SMERF; add instructions PiperOrigin-RevId: 640171960 df50523
- Verify GPUs are available before training in SMERF PiperOrigin-RevId: 640174684 d386a5b
- Use `jax.tree_util.tree_map` instead of `jax.tree.map` PiperOrigin-RevId: 640195050 625973d
- Internal change Tested: PiperOrigin-RevId: 640203092 1238dd7
- and 167 more ...
isold23 pushed 26 commits to main isold23/OpenGlass
- Small tweaks cad29a1
- fixing everything 42df655
- Update README.md d7f47a4
- Merge branch 'main' into francip-misc 89594f1
- Merge pull request #34 from francip/francip-misc Small fixes 24505a1
- Fetching keys from .env file. 9094c62
- Merge pull request #38 from francip/francip/env Fetching keys from .env file. 5b9504f
- Adding device information and battery skeleton services 3020d01
- Fixing the muLaw codec bitrate 85ec9ac
- Updating the build instructions fdb38b1
- Add initial stab at Opus implementation 12550e2
- Adjusting buffer sizes for Opus 8338e78
- Make it work with Friend app 0c0d0b0
- Tweak the mic gain 5c0abbf
- Merge pull request #40 from francip/francip/openglass-device-information-service Adding device information and batte... 7a16f38
- Photo control characteristic f42773f
- Fixed build break cd939ff
- Update service registration, make photo control readable e5036e4
- Fixing the control characteristic 1c49db5
- Start advertise after disconnect fcfa330
- and 6 more ...
isold23 pushed 1001 commits to master isold23/llama.cpp
- chore : add ignore rule for generated server themes (#7689) 7c4e5b7
- flake.lock: Update (#7686) Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake... 1669810
- fix bug introduced in using calloc (#7701) compilade pointed this out on the previous MR 3413ae2
- kompute : implement op_getrows_f32 (#6403) op_getrows_f32 is required since https://github.com/ggerganov/llama.cpp/p... 9e405b6
- llama : avoid double token-to-piece cache (#7654) ggml-ci 549279d
- llama : MiniCPM support tied embeddings (#7664) * support lm_head * remove the code block --------- Co-auth... 6f28a33
- cmake : add pkg-config spec file for llama.cpp (#7702) a10cda5
- Vulkan Mixture of Experts (MoE) support (#7628) * Finish Vulkan mul_mat_id implementation * Add Vulkan sum_rows a... 3d7ebf6
- make: fix debug options not being applied to NVCC (#7714) 0b832d5
- ggml : use OpenMP as a thread pool (#7606) * ggml: Added OpenMP for multi-threads processing * ggml : Limit the n... a5735e4
- llama : offload to RPC in addition to other backends (#7640) * llama : offload to RPC in addition to other backends ... bde7cd3
- ggml : prevent builds with -ffinite-math-only (#7726) This enforces a check that -fno-finite-math-only was set and t... 6d16169
- Per token attributes (#7685) * Add per token attributes enum * Using phi-3 for testing 'rstrip' * Using jina-v2 fo... 3b38d48
- refine .gitignore (#7688) This adds tags and android ndk into the git ignore list b226c12
- Improve hipBLAS support in CMake (#7696) * Improve hipBLAS support in CMake This improves the detection of the co... 987d743
- llama-bench : allow using a different printer for stderr with -oe (#7722) compare-commits.sh : hide stdout, use -oe ... adc9ff3
- readme : remove obsolete Zig instructions (#7471) 5ca0944
- llama : remove beam search (#7736) 0cd6bd3
- ggml : remove OpenCL (#7735) ggml-ci 554c247
- common : refactor cli arg parsing (#7675) * common : gpt_params_parse do not print usage * common : rework usage ... 1442677
- and 981 more ...
isold23 pushed 1860 commits to main isold23/langgraph
- cleanup 1333d8b
- Merge branch 'main' into vb/update-get-state 4c4d705
- add max recursion depth 1f29925
- lint 7144291
- lib: Context values never stored in checkpoints - Convert Context to a ManagedValue - Add shim for old Context const... bc86757
- Lint e089840
- Update libs/langgraph/langgraph/managed/context.py Co-authored-by: William FH <[email protected]... 1e6da19
- Lint beafddf
- Lint e8c553c
- Merge pull request #1455 from langchain-ai/nc/23aug/some-magic-for-will lib: Context values never stored in checkpoints ca63a06
- docs: add how-to for dynamic interrupts (#1446) --------- Co-authored-by: vbarda <[email protected]> 155e0c6
- lib0.2.13 bc48243
- Bump micromatch from 4.0.7 to 4.0.8 in /libs/sdk-js Bumps [micromatch](https://github.com/micromatch/micromatch) fro... 6102576
- refactor to remove nested DB calls 15692ac
- remove more reused code cb30f68
- extra paranoia 904a1a3
- Add section about authentication to API reference. (#1458) 134f8fa
- Fix attributeerror 3a524e0
- Fix pydantic model deserialization 3ac4cdf
- Skip runtime value replacement when not needed a8d8602
- and 1840 more ...
isold23 pushed 7051 commits to main isold23/pytorch
- [DeviceMesh] Use `split_group` to create sub_groups for nccl backend if the default pg is eagerly initialized (#13812... d7e0e1d
- Revert "[AOTI] Fix test_index_put_with_none_index_cpu_with_stack_allocation (#138303)" This reverts commit 1417b2cd0... 3b186c5
- [inductor] add a threshold for membw saving during fusion (#136782) Fix https://github.com/pytorch/pytorch/issues/13... 0a38c0e
- Training IR should preserve custom metadata (#138266) Differential Revision: [D64576252](https://our.internmc.facebo... 5adc33d
- Don't try to load cufile (#138501) Trying to loading it caused a big issue with 2.5.0 release - https://github.com/p... 012ff2a
- Fix training IR bug by changing passes order (#138292) Inserting runtime_assertions cause gm to have different names... 9f7c26b
- Use Wmissing-prototypes on torch_cuda (#136080) Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytor... f881094
- [easy] in ROCmTemplate set kwargs when creating Buffer (#138521) Summary: https://github.com/pytorch/pytorch/pull/13... 8906740
- Properly uses ref-counting for torch.cuda.use_mem_pool (#133600) This PR refactors some ref-counting functionality ... 03c7297
- [PGNCCL] Add default value for `nccl_nonblocking_timeout` (#138374) - Added default value for `nccl_nonblocking_time... 6b29d40
- [CP] Implement AllGather based context parallelism (#132820) Summary: This implementation does not utilize the bene... 0b4a071
- [pt2] Log is_forward field to dynamo_compile scuba table (#138505) Differential Revision: [D64711721](https://our.in... a80b873
- bug in unbacked_bindings for a*u0 (#138136) Summary: we were storing a*u0 instead of u0 in unbacked_bindings / unbac... 84e5f34
- Mark torch.get_device as overridable at the python level (#132706) Summary: - add a value to `get_testing_overrides`... 2b4af6f
- [SDPA-CUDNN] Make CuDNN Attention Opt in (#138522) # Summary Currently we have a `cudnn_order` that says on H100 w/ ... 9a9a0ab
- make DimHints compatible with Dims (#138490) Previously we'd been raising UserErrors when `Dim()` and DimHints (`Dim... 51045e6
- [aoti] Cond symint input support (#138373) If the input is a symint, we don't want to add the aoti_torch_assign_tens... 60c1433
- [compiled autograd] directly use python Logger class in cpp (#137953) Pull Request resolved: https://github.com/pyto... 7525914
- [compiled autograd] Compiled autograd configs in TLS (#137821) Multithreaded doesn't work yet, this adds python side... 49fa437
- [compiled autograd] tls access helpers (#138061) Pull Request resolved: https://github.com/pytorch/pytorch/pull/1380... 5a13282
- and 7031 more ...
isold23 pushed 311 commits to main isold23/foundationdb
- Go: do not automatically close database objects (#11394) Setting the finalizer prevents user from calling Close(), ... ef7aa27
- Add documentation for metadata version system key 7a84fe8
- Fix bindingTestScript.sh shebang and use /usr/bin/env to find bash This change allows people to run this script on m... edbdd74
- Bump authlib from 1.0.1 to 1.3.1 in /tests/authorization Bumps [authlib](https://github.com/lepture/authlib) from 1.... fe946da
- Add exponential backoff mechanism for restarting fdbserver processes in the monitor (#11447) 970db38
- Merge pull request #11449 from apple/dependabot/pip/tests/authorization/authlib-1.3.1 Bump authlib from 1.0.1 to 1.3... f27bc4a
- Remove some steps are only needed once (#11450) e7f19ab
- fdbkubernetesmonitor: Update the pod annotation if the cluster file changes (#11455) 1a7f1c9
- Initial add of custom prometheus metrics (#11451) 1ab7a33
- add stand-alone tlog test 78e2121
- checkpoint which includes recovery test for single DC 23bfdde
- Refactor 9be8a4f
- Add support in the fdb-kubernetes-monitor to read node labels (#11431) * Add support in the fdb-kubernetes-monitor t... d2dd3bc
- Add a mechanism to allow to specifiy the command line flags over env variables (#11462) 3c4f5f6
- add TLS ability to fdb kubernetes monitor 74d3729
- review fixes 4d09fa1
- move certloader to internal folder 491ea62
- Merge pull request #11460 from nicmorales9/fkm-tls Add TLS support to fdb kubernetes monitor 86c8971
- merge changes for issue_1537 to main 4379fb4
- remove changes that snuck in 308f5fe
- and 291 more ...
isold23 pushed 4814 commits to main isold23/vscode
- debug: fix triggered breakpoints retaining triggered state on session restart (#230551) Fixes #228963 33b9305
- Merge pull request #230553 from microsoft/fuzzy-crane make textSearchResult tree items bolded 3f5784e
- testing: fix non-runnable tests can be continuously run (#230555) Fixes #228978 a7ce32e
- fix: disallow sending another question while auto-applying chat edits (#230557) * fix: disallow sending another ques... 62d8aa2
- DND from OS no longer works (fix #230536) (#230567) 23433ab
- Throw a known Network error and don't delete secrets if so (#230560) Fixes https://github.com/microsoft/vscode/issue... 55e66e7
- ci: add checks to verify mach-o objects architecture (#230598) 51cfc9e
- Remove unused event (#230610) bda2706
- esm - drop need for manual concat (#230571) dc265ad
- refactor: reuse `IChatResponseViewModel#isComplete` (#230656) 9944c35
- esm - `fancyLog` for bundle messages (#230638) 89f039f
- `verifies editors can save and restore` flaky smoketest (fix #230505) (#230639) e295840
- Use markdownDescription for a couple tools contrib props (#230657) b16f3ce
- Adopt File System Observer API (fix #226131) (#230658) 2acc0e5
- Exprimental ipynb serialization setting (#230669) 0ca72ab
- api todos (#230684) d1bab6b
- Scaffold showing inline diff in the file (#230695) 485a7ed
- open code editor as soon as their uri is mentioned (#230709) * don't show in diff editors * open code editor as soo... 4971641
- Don't render the inline edits in diff editors (#230710) cd1f8db
- TS extension: add related-files call to CopilotRelated registerRelatedFilesProvider is a new method on the copilot e... 7fcf402
- and 4794 more ...
isold23 pushed 241 commits to master isold23/DeepSpeed
- estimate_zero2_model_states_mem_needs: fixing memory estiamtion (#5099) was considering 4 bytes per model param, and... f4cb866
- Fix cuda hardcode for inference woq (#5565) This is a simple fix for inference woq part, changing from `'cuda'` to `... af4356b
- fix sequence parallel(Ulysses) grad scale for zero0 (#5555) use dp_world_size for grad reduction, instead of seq_dp_... 6b6d641
- Add Compressedbackend for Onebit optimizers (#5473) In the process of adding onebit optimizers support for XPU devic... 11a62a0
- Updated hpu-gaudi2 tests content. (#5622) Updated hpu-gaudi2 tests content as quantizer module is not yet supported. 69adeab
- Pin transformers version for MII tests (#5629) MII legacy tests use `from transformers import Conversation` [... 31a57fa
- WA for Torch-compile-Z3-act-apt accuracy issue from the Pytorch repo (#5590) We have been encountered an accuracy is... 6e2899f
- stage_1_and_2: optimize clip calculation to use clamp (#5632) instead of "if" that causes host/device synchronizatio... 1ef9b02
- Fix overlap communication of ZeRO stage 1 and 2 (#5606) `deepspeed.runtime.zero.stage_1_and_2.DeepSpeedZeroOptimizer... a41729f
- fixes in _partition_param_sec function (#5613) There are few fixes: - When param.ds_secondary_tensor is not None and... b6e24ad
- assumption of torch.initial_seed function accepting seed arg in DeepSpeedAccelerator abstract class is incorrect (#55... ac935c7
- pipe/_exec_backward_pass: fix immediate grad update (#5605) dont call update_hp_grads in _exec_backward_pass incase ... 91a9986
- Monitor was always enabled causing performance degradation (#5633) The Boolean expression for the monitor to be enab... 54f98fd
- Update version.txt after 0.14.3 release (#5651) **Auto-generated PR to update version.txt after a DeepSpeed release*... dfcade2
- [CPU] SHM based allreduce improvement for small message size (#5571) On CPU server, when running SHM based allreduce... eda5075
- _exec_forward_pass: place zeros(1) on the same device as the param (#5576) avoid mismatch between the param storage ... 05cb79d
- [XPU] adapt lazy_call func to different versions (#5670) Previously, lay_call function was wrapped by torch.xpu.lay... 7331630
- fix IDEX dependence in xpu accelerator (#5666) We don't use IDEX in xpu accelerator from Deepspeed. Fix this hardcode. 8831b57
- Remove compile wrapper to simplify access to model attributes (#5581) Having a wrapper of a compiled module brings v... 2a0c0e3
- Fix hpZ with zero element (#5652) Fix corner cases where hpz secondary partition has zero element. This ensure that... b33873d
- and 221 more ...
isold23 pushed 164 commits to main isold23/accelerate
- State dictionary retrieval from offloaded modules (#2619) * added get_state_dict_from_offloaded * cleaned * ma... d5d378d
- add cuda dep for a test (#2820) * add cuda dep for a test * hmmm b7fa2fa
- Remove out-dated xpu device check code in `get_balanced_memory` (#2826) * fix xpu device check * simplify 30cb7ec
- Fix DeepSpeed config validation error by changing `stage3_prefetch_bucket_size` value to an integer (#2814) bad2ce4
- Improve test speeds by up to 30% in multi-gpu settings (#2830) 05d240a
- monitor-interval, take 2 (#2833) * monitor-interval * Update defaults 4a83ee5
- Optimize the megatron plugin (#2822) * Update megatron_lm.md * Update accelerator.py * Update dataclasses.py ... 24d8b63
- fix fstr format (#2810) * fix fstr format * Quality pass 83bad87
- Use shard saving from huggingface_hub (#2795) * use shard saving from huggingface hub * move import * add shar... f0049b2
- Push new release version 7141881
- feat(ci): add trufflehog secrets detection (#2836) 40007b4
- fix(ci): remove unnecessary permissions (#2842) 2d74c0c
- doc: fix link (#2844) 6d59614
- Slight rename a9869ea
- Revert "Slight rename" (#2850) This reverts commit a9869ea0dc49652e49607d5f111caed79ed5cb67. f62854a
- remove warning hook addede during dispatch_model (#2843) * remove-warning-hook * add _accelerate_added_attributes... 7a36a75
- Remove underlines between badges (#2851) 5f9235a
- Auto create dir when merging FSDP weights (#2854) 91a2599
- Add DDP Communication Hooks (#2841) * Add ddp comm hook * Fix dataclass order * Merge ddp grad hook to ddp kwa... c0faec7
- Refactor logging to use logger in `dispatch_model` (#2855) 3c4eaed
- and 144 more ...
isold23 pushed 10000 commits to master isold23/ClickHouse
- modify test 55ba578
- Merge branch 'master' into fix-keeper-with-xid-64 b24239a
- recover some code ad08f67
- reresolve conflicts 32fe869
- Improve test to ensure data collected is ok 4fc4cee
- Remove some unused methods from BaseSettings.h 5f7ccf9
- Small fix f44827b
- Merge pull request #71008 from ClickHouse/runner-add-deps Add libraries to runner image 44c70f8
- Fix issues with tests a228e4f
- Style 4da1ecd
- Merge pull request #71004 from ClickHouse/embedded_dictionaries_localisation Tests for languages support for Embedde... 6f8e953
- Merge branch 'ClickHouse:master' into fix_logical_error_substrings 6640d78
- Fix mistake merging master ab2380a
- Merge branch 'master' into merge-source-parts 51d95a6
- Resolve some issues a3f0d27
- Merge visualizer 318c2af
- Merge visualizer 6f2750d
- Merge visualizer 0b74588
- Remove old parts immediately 91a32c3
- JavaScript f439c82
- and 9980 more ...
isold23 pushed 2242 commits to master isold23/langchain
- standard-tests[patch]: test ToolMessage.status="error" (#25210) ca9dcee
- core[patch]: Deprecating beta upsert APIs in vectorstore (#25069) This PR deprecates the beta upsert APIs in vectors... 6dd9f05
- openai[patch]: Release 0.1.21 (#25269) fd54619
- docs: Standardize OpenAI Docs (#25280) - **Description:** Standardize OpenAI Docs - **Issue:** the issue #24803 ... 9cd608e
- Improvement[Embeddings] Add dimension support to `ZhipuAIEmbeddings` (#25274) - In the in ` embedding-3 ` and later ... 43deed2
- docs: Fix ChatBaichuan, QianfanChatEndpoint, ChatSparkLLM, ChatZhipuAI docs (#25265) - **Description:** Fix some cha... bc60cdd
- langchain: default to langsmith sdk for pulling prompts, fallback to langchainhub (#24156) **Description:** Deprecat... a82c053
- docs: update numbering of items in docstring (#25267) A problem similar to #25093 . Co-authored-by: ccurme <chest... aa2722c
- docs: update "Build an Agent" Installation Hint in agents.ipynb (#25263) fix #25257 4fd1efc
- docs: Fixed grammer error in functions.ipynb (#25255) **Description**: Grammer Error in functions.ipynb **Issue**: ... 074fa0d
- qdrant: Update API reference link and install command (#25245) ## Description As the title goes. The current API ... 4725271
- docs: Fix link for API reference of Gmail Toolkit (#25286) - **Description:** Fix link for API reference of Gmail To... 9f0eda6
- docs: pip install bug fixed (#25287) Thank you for contributing to LangChain! - **Description:** Fixing package ins... f28ae20
- docs: document upstash vector namespaces (#25289) **Description:** This PR rearranges the examples in Upstash Vector... 794f28d
- docs: Replaced SqliteSaver with MemorySaver and updated installation instru… (#25285) …ctions to match LangGraph v2 ... 420534c
- [Community] - Added bind_tools and with_structured_output for ChatZhipuAI (#23887) - **Description:** This PR implem... 9927a48
- core[patch]: add standard tracing params for retrievers (#25240) e77eeee
- openai[patch]: Add API Reference docs to OpenAIEmbeddings (#25290) Issue: [24856](https://github.com/langchain-ai/la... ee8a585
- openai[patch]: Docs fix RST formatting in OpenAIEmbeddings (#25293) 0a35008
- mistralai[patch]: Docs Update APIReference for MistralAIEmbeddings (#25294) Update API Reference for MistralAI embed... 1af8456
- and 2222 more ...
isold23 pushed 319 commits to master isold23/seastar
- tests: enable prometheus_test.py to test metrics without aggregation in order to reduce the replicated code, this ch... 6de08b0
- tests: test protobuf support in prometheus_test.py in this change, we * add a test for testing protobuf support in ... ca94c44
- reactor: Move reactor::complete_timers() to timer_set The method wants to log timer callback error, but its't not ea... 13dc541
- timer: Add type alias for timer_set And use it in reactor class Signed-off-by: Pavel Emelyanov <[email protected]> 351c870
- reactor: Generalize timer removal All three reactor::del_timer() implementations use the same logic that fits natura... 7a21331
- timer: Unfriend reactor Signed-off-by: Pavel Emelyanov <[email protected]> 249eae5
- reactor: Add local key_id variable to allocate_scheduling_group_specific_data() This method is private and doesn't u... baf0b0a
- reactor: Make allocate_scheduling_group_specific_data() accept key_id argument The method doesn't need the key, but ... ee1d743
- scheduling: Unfriend reactor from scheduling_group_key It no loger needs to mess with its private internals. Signed... d00ab72
- sharded: Mark invoke_on_others() helper lambda mutable Otherwise mutable invoke-on-others lambdas fail to compile ... b609abc
- memory.cc: fix cross-shard shrinking realloc Cross-shard shrinking realloc crashes because we assert that the incomi... 2bc4f22
- file: Unfriend reactor class Not needed currently Signed-off-by: Pavel Emelyanov <[email protected]> Closes #2270 f3b7fbb
- io_tester: expose extent_allocation_size_hint via job param By default io_tester uses the size of a file as the allo... 0af1324
- io-tester.md: update available parameters for job description This change updates the description of job parameters.... 1bbebe0
- Merge 'Unfriend reactor from scheduling_group_key' from Pavel Emelyanov The scheduling_group_key is assumed to be on... 12fb4fe
- net/tls: Added additional error codes In order to not have to reference actual GnuTLS error codes in the user applic... 9d671a2
- test: Add test for sharded<>::invoke_on_...() compilation There are several options what invoke_on_...() can try to ... f524f06
- loopback_socket: Rename buffer's shutdown() to abort() The method actualy shuts the socket down the hard way. There ... 7536779
- loopback_socket: Shutdown socket on EOF close When a socket is closed after noticing the EOF message in its shared b... 32c61d0
- test/http: Generalize http connection factory There's such a wrapper around loopback connection factory that fits it... 09733c2
- and 299 more ...
isold23 pushed 6844 commits to master isold23/tensorflow
- Automated Code Change PiperOrigin-RevId: 687214693 28ff06b
- Update GraphDef version to 2019. PiperOrigin-RevId: 687217748 a934d5b
- compat: Update forward compatibility horizon to 2024-10-18 PiperOrigin-RevId: 687217750 f1935e2
- Remove optimized Transpose. Use XNNPack instead PiperOrigin-RevId: 687218354 189c5fe
- Automated Code Change PiperOrigin-RevId: 687219206 e1b6d1b
- Reverts 88a4a684ebe578398fc3629ee84a6b4c02013632 PiperOrigin-RevId: 687223300 8779a83
- Remove optimized BMM. Use XNNPack instead PiperOrigin-RevId: 687232398 c64fb91
- Automated Code Change PiperOrigin-RevId: 687239663 ed43ec6
- [XLA:GPU] Cache the results of the Triton fusion numerics verifier. In some models there are many identical fusions.... 8adb5cd
- Automated Code Change PiperOrigin-RevId: 687241938 9a4cd87
- [XLA:GPU] Fix includes in reduce_scatter_combiner.h PiperOrigin-RevId: 687245376 4c8b9a3
- Move conditional kernels into CudaCommandBuffer - Creates a header file for `:command_buffer_kernels` - Moves functi... b4d04a9
- [XLA:GPU] Fix bug in slice matching logic for dynamic-slice-fusions. This should resolve the issue at https://github... 5cb7826
- [xla:cpu] Add trivial lowering from xla_cpu to LLVM Lower !xla_cpu.call_frame to !llvm.ptr PiperOrigin-RevId: 68729... c0a4c36
- [HLO Componentization] Remove spurious dependencies of service:hlo_graph_dumper on hlo_alias_analysis and hlo_dataflo... 07481f7
- Add a check in TF2XLA MLIR bridge to fail if the graph contains v1 control flow. PiperOrigin-RevId: 687314905 613433c
- Integrate LLVM at llvm/llvm-project@12bcea3292a1 Updates LLVM usage to match [12bcea3292a1](https://github.com/llvm/... b4b8e3a
- Fix constness of LLVM tblgen Init pointers This keeps things building with https://github.com/llvm/llvm-project/comm... 4ae5335
- Collapse GpuStream class into StreamCommon. PiperOrigin-RevId: 687352019 4286751
- [XLA] Resubmitting noncopyable_buffer.h changes These changes are fine, let's resubmit them. Reverts changelist 687... f7bf411
- and 6824 more ...
isold23 pushed 1218 commits to master isold23/milvus
- fix: Implement singleflight for segcore ChunkCache (#34250) See also #34249 Signed-off-by: Congqi Xia <congqi.xia@z... 14e827d
- enhance: make subfunctions of datanode component modular (#33992) issue: #33994 also remove deprecated channel mana... d6afb31
- enhance: support mark error as user error (#33498) relate: https://github.com/milvus-io/milvus/issues/33492 -------... 186757e
- enhance: Optimize grow slice cost during query (#34253) issue: #32252 This PR try to pre-allocate FieldData for Re... b49862d
- fix: Fix panic due to failed to seek (#34229) Converting the same msgposition's vchannel to a pchannel multiple time... ff51c7e
- fix: descriptor event in previous version not has nullable to parse error (#34235) #34176 --------- Signed-off-by:... ef3ced8
- fix: Check partition in current target when observing partition load status (#34282) See also #34234 `LoadPartition... b284b81
- fix: Reduce duplicate PKs in segcore (#34267) issue: https://github.com/milvus-io/milvus/issues/34247 --------- Si... 734415b
- enhance: Use channel name map finding channel watcher (#34294) See also #33235 Signed-off-by: Congqi Xia <congqi.xi... e083d99
- enhance: Refine max length exceeded error message (#34300) This PR make varchar & string array field max length exce... b32dae1
- fix: Sync the sealed and flushed segments to datanode (#34301) issue: #33696 Signed-off-by: Cai Zhang <cai.zhang@zi... 4cf1a35
- enhance: [GoSDK] Sync IndexType supported from v1 (#34310) See also #31293 --------- Signed-off-by: Congqi Xia <co... 87bccb1
- enhance: Don't set the timeout for SyncSegments (#34226) issue: #32809 --------- Signed-off-by: Cai Zhang <cai.zha... a5be322
- enhance: timetick interceptor implementation (#34238) issue: #33285 - optimize the message package - add interce... 3563136
- enhance: update knowhere version (#34361) Signed-off-by: chasingegg <[email protected]> ec5db7a
- fix: update check for sparse hnsw index (#33713) issue: #29419 Signed-off-by: Buqian Zheng <[email protected]> fa8d641
- enhance: add metrics for segment prune latnecy(#30376) (#34094) related: #30376 Signed-off-by: MrPresent-Han <chun.... 34bec2e
- fix: Revert a optimize in clustering compaction (#34299) #30633 Signed-off-by: wayblink <[email protected]> fb61344
- enhance: [skip e2e] update the version of MV (#34378) issue: #29892 Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zil... 32c943f
- enhance: Tag gotestsum version when install deps (#34308) Tagging gotestsum by ldflags to prevent reinstall gotestsu... 776ffee
- and 1198 more ...
isold23 pushed 305 commits to master isold23/stable-diffusion-webui
- fix initial corrupt model loop if for some reason the initial loading model at loading phase of webui is corrupted ... 2b717bb
- Show LoRA if model is None 4bc39d2
- add option to check file hash after download if the sha256 hash does not match it will be automatically deleted 246c269
- ensure integrity for initial sd model download c69773d
- add code for skipping CFG on early steps a1aa0af
- add option for early cfg skip 8016d78
- Add KL Optimal scheduler 8326620
- change skip early cond option name and to float 83182d2
- change skip_early_cond code to use float 6e9b69a
- add s_min_uncond_all option 33cbbf9
- implement option to skip uncond on all steps below ngms 029adbe
- AVIF has quality setting too 50bb6e1
- fix exif_bytes referenced before assignment 8fa3fa7
- update jpeg_quality description 1091e3a
- more extension tag filtering options e85e327
- compact-checkbox-group d5f6fdb
- Better error handling to skip non-standard ss_tag_frequency content 3902aa2
- Better error handling when unable to read metadata from safetensors file 8dc9202
- Better error handling when unable to extract contents of embedding/TI file c5b7559
- Better handling of embeddings with two rare, but not unusual, files in them I have encountered pickled embeddings wi... c5ae225
- and 285 more ...
isold23 pushed 92 commits to main isold23/flash-attention
- Support unpadded LSE layout (#970) * Support unpadded LSE layout. Co-authored-by: Xinfeng Xie <[email protected]... f816dee
- remove swizzle part of `sV.data()` to get a completely non-swizzle `sVtNoSwizzle` (#984) Co-authored-by: zl <zl@deep... ab59ec3
- Fixing argument checking when using `seqlenq_ngroups_swapped`. (#976) When user send `out` as a parameter of the fun... 5bf2019
- fix typo (#974) 6a2a16e
- Fix KeyError handling for non-existing key in state_dict.pop() (#898) Update handling for KeyError in state_dict.pop... 0d810cf
- Fix typos of comments about shape. (#837) 9486635
- Fix the varlen deterministic test (#1023) Co-authored-by: moshuosha <[email protected]> 6df7e0a
- Add the return_softmax_lse parameter to the flash_attn_with_kvcache function to allow returning the logsumexp of the ... 4e8d600
- Implement softcapping. (#1025) * Softcap v2 (fwd only). * Some missing interface + remove overrides in tests. 8f873cc
- missing commas and backwards return arguments (#1032) * missing commas * another fix f4628b4
- Drop support for pytorch 1.12, 1.13, and python 3.7 beb2bf2
- Minor cleanup of softcapping 1d536d7
- Split into more .cu files to speed up compilation 908511b
- Only test backward if there's no softcapping 3d41db3
- Fix typo with softcapping 72e27c6
- More typo fixes 81e01ef
- Don't support softcap and dropout at the same time These tests are failing so I'm just disabling this case for now dca6d89
- Relax dropout_fraction test d0787ac
- Bump v2.6.0 da11d1b
- [CI] Compile with pytorch 2.4.0.dev20240514 116b05f
- and 72 more ...
isold23 pushed 751 commits to main isold23/ollama
- add embed model command and fix question invoke (#4766) * add embed model command and fix question invoke * Updat... 60323e0
- replace x/exp/slices with slices 04f3c12
- gofmt 55f6eba
- nolintlint 8ffb517
- nosprintfhostport dad7a98
- some gocritic c895a7d
- lint e40145a
- nolintlint 201d853
- stdin.fd f38353d
- lint linux bf7edb0
- lint windows e919f68
- no usestdlibvars 4266046
- more lint 8ce4032
- disable intrange ad40b92
- warn on intrange, usestdlibvars ed56428
- gofmt, goimports 6297f85
- local wording was confusing people local wording was confusing people -- Ollama runs on cloud providers 4a04871
- Merge pull request #4570 from ollama/mxyng/slices lint some of the things 89d9900
- update create handler to use model.Name d61ef8b
- docs: update to add LLocal.in to web & desktop integrations (#4719) 1d8616d
- and 731 more ...
isold23 pushed 748 commits to master isold23/grpc
- [gRPC telemetry] Collect TCP connection metrics PiperOrigin-RevId: 640253901 ae90b3e
- Enable thready_tsan on a subset of tests where it works well This is currently the core end2end suite, but the inten... b238652
- [Fix] new clang -Wmissing-template-arg-list-after-template-kw warning (#36805) Clang now requires a template argumen... e55f69c
- [call-v3] Client call implementation (#36724) Closes #36724 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/... 90a649f
- [log] Use ABSL_ prefixed version of LOG/CHECK macros in the include/ tree (#36819) We should separately add a lint t... 32a0218
- [CSM O11y] Add example without Stateful Session Affinity (#36806) Fork the existing CSM example and just keep the ob... d110960
- [sanity] Fix master (#36822) Closes #36822 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36822 from y... 05f4dc4
- [CSM O11y] Follow-up from #36806 (#36823) Closes #36823 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull... cb6eaeb
- [thready-tsan] Fix filtering of thready_tsan tests (#36820) Closes #36820 COPYBARA_INTEGRATE_REVIEW=https://github.... 7105f93
- [gcc-7] Fix for dump-args (#36824) Closes #36824 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36824 ... 242a83b
- [CI] Updated clang docker images to use Debian 12 (#36810) All clang docker images here are based on Debian 11 (Bull... 6814867
- [thready-tsan] Make sure the DNS resolver can complete callbacks (#36825) Closes #36825 COPYBARA_INTEGRATE_REVIEW=h... 51d1d7c
- [ObjC] default GRPC_IOS_EVENT_ENGINE_CLIENT to 1 (#36785) It's still possible to define GRPC_IOS_EVENT_ENGINE_CLIENT... 687b31d
- [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36816) [grpc][Gpr_To_Absl_Logging] Migra... 8c6be41
- Addition of flag to enable end2end fuzzers PiperOrigin-RevId: 640866680 60301d4
- [Python CSM] Fix interop client and server flag (#36827) We changed the way flag was passed in this PR: https://gith... 14d76aa
- [build] rename android platforms to match CPU arch (#36715) Work around for https://github.com/bazelbuild/bazel/issu... e409ca6
- doc: add A53 (ignore resource deletion) to xds features (#36714) Noticed this feature was missing from the list, so ... 2e35d4a
- [EventEngine] Fix race between connection and its deadline timer on Windows (#36709) Closes #36709 COPYBARA_INTEGRA... 5d586d3
- [build] Support clang-cl for Windows builds (best effort) (#36831) Usage: `bazel build --config=clang-cl --build_tag... da05edc
- and 728 more ...
isold23 pushed 291 commits to master isold23/livekit
- Better lock for sender report TS offset. (#2771) * Better lock for sender report TS offset. It is possible that a... cee3fdb
- Log invalid RTP packet (#2774) b58db82
- Do not compare payload type before bind (#2775) 38d213e
- Log first time adjustment total. (#2776) * Log first time adjustment total. Seeing cases where the first time is ... a31f59b
- Validate RTP packets. (#2778) * Validate RTP packets. Check version, payload type (if available) and SSRC (if ava... 129ba62
- clean up egress launcher (#2779) 29614cd
- fix(deps): update go deps (#2747) Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@... 8064e16
- fix agent jobs not launching when using the CreateRoom API (#2784) 5def48b
- update dep for fixing bucket grow (#2785) 6e4b0c2
- Do not error out on invalid packet. (#2789) Remove the return when encountering invalid packet. Also, log more spar... ea60368
- Generate and send uuid with analytics (#2790) * Generate and send uuid with analytics * go mod ecf1175
- add test helper for config yaml tags (#2791) * add test helper for config yaml tags * deps * cleanup * cleanup 58e3658
- use pending lock, no need for participant lock (#2793) f92e7e3
- Version 1.6.2 (#2794) ecfc42c
- Update release workflow (#2795) * Update release workflow * rename 88a3402
- use request context for LaunchJob api request (#2796) * use request context for LaunchJob api request * one more 2bc101d
- remove some debug (#2797) 5d969ba
- fix(deps): update go deps (#2788) Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@... 6a32836
- chore(deps): update docker/build-push-action action to v6 (#2798) Generated by renovateBot Co-authored-by: renova... aa72466
- Indicate if track is expectd to be resumed in `onClose` callback. (#2800) That is the main change. Changed variable ... ef838e4
- and 271 more ...
isold23 pushed 20 commits to main isold23/TensorRT-LLM
- Update TensorRT-LLM (#2053) a681853
- Update TensorRT-LLM (#2094) * Update TensorRT-LLM --------- Co-authored-by: akhoroshev <[email protected]>... be9cd71
- Update TensorRT-LLM (#2110) 74b324f
- Update TensorRT-LLM Co-authored-by: Rong Zhou <[email protected]> Co-authored-by: Onur Ga... 32ed92e
- Update TensorRT-LLM (#2156) Co-authored-by: Bruno Magalhaes <[email protected]> b8fc663
- Fix README (#2175) d335ef9
- Update TensorRT-LLM (#2184) 78f5c29
- Update TensorRT-LLM (#2215) * Update TensorRT-LLM --------- Co-authored-by: Sherlock Xu <65327072+Sherlock113@... 31ac30e
- Update TensorRT-LLM (#2230) * Update TensorRT-LLM --------- Co-authored-by: Yi Wang <[email protected]> ... fe7dc6a
- Bump version to `0.14.0.dev2024091700` (#2234) a65dba7
- Update TensorRT-LLM (#2253) * Update TensorRT-LLM --------- Co-authored-by: Ivan Sorokin <[email protected]>... e153372
- Bump version to `0.14.0.dev2024092401` (#2258) 40274aa
- open source 7f370deb0090d885d7518c2b146399ba3933c004 (#2273) * Update TensorRT-LLM --------- Co-authored-by: Qin... 48686bc
- open source 4dbf696ae9b74a26829d120b67ab8443d70c8e58 (#2297) * Update TensorRT-LLM --------- Co-authored-by: B... 8681b3a
- Update TensorRT-LLM (#2333) * Update TensorRT-LLM --------- Co-authored-by: Puneesh Khanna <puneesh.khanna@tii... 75057cd
- Update TensorRT-LLM (#2363) * Update TensorRT-LLM --------- Co-authored-by: tonylek <[email protected]... 1730a58
- Specify Llama 3.x information in example (#2343) 3c46c27
- Update TensorRT-LLM (#2389) * Update TensorRT-LLM --------- Co-authored-by: Alessio Netti <netti.alessio@gmail... f14d1d4
- Update the latest news (#2391) f6821ee
- Update TensorRT-LLM (#2413) b7868dd
isold23 pushed 536 commits to main isold23/exo
- clearer documentation on accessing web UI and chatgpt-api 5ac6b6a
- styling for tinychat model selector 9420125
- Update device_capabilities.py Added flops for most modern NVIDIA and AMD GPUs. 2c71a4b
- chore: Update argparse action for --disable-tui flag e1792e2
- Update main.py 0770c59
- more robust message parsing fixes #81 03fe7a0
- add support for mistral nemo and mistral large dd8c5d6
- per-request kv cache, remove all explicit reset functionality as it wasnt used. fixes #67 2084784
- init 803a442
- add log_request middleware if DEBUG>=2 to chatgpt api to debug api issues, default always to llama-3.1-8b 5a23376
- working test 7cbf6a3
- Addressing issue #75 to avoid decoding binary packets 4f5ab78
- Merge branch 'main' of github.com:xeb/exo f1cd5ae
- Showing the message only if successfully decoded, #75 d2fa7b2
- log chatgpt integration test output from each process on github workflow failure e856d7f
- force mlx inference engine in github workflow, where it defaults to tinygrad because it's running on 'model': 'Apple ... 628d867
- Merge pull request #77 from Cloud1590/main Update device_capabilities.py (first PR ever... hope I did okay lol) 9a3ac27
- check processes in github workflow 67a1aaa
- disable chatgpt api integration test, github changed something in their mac runners? perhaps time to switch over to c... faa1319
- shareded inference 9d2616b
- and 516 more ...
isold23 pushed 37 commits to main isold23/fluentui-system-icons
- Release 1.1.251 077da92
- feat: Add a font icon classname to v9 font icons (#741) 337eda0
- Release 1.1.252 5b07d60
- Removing Bintray plugin (#742) * add publish.gradle * Revert "add publish.gradle" This reverts commit ff11ffca... a28b720
- New and Updated Icons 09 Aug 2024 (#744) ***New and Updated Icons*** Arrow Sync Circle / 24, 28, 32, 48 / Filled & ... 6b437c7
- Release 1.1.253 2cb4726
- Updating iOS deployment target (#745) * Updating iOS deployment target * Update FluentIcons.podspec 4471f84
- Release 1.1.254 f82069a
- New & Updated icons (#746) **What's new** Bin Full / 48 / Filled & Regular Clock Toolbox / 32 / Filled & Regular ... 3d1d00e
- Release 1.1.255 ec34a7b
- [ios] Migrates fluent icon to use bundle_data_xcassets (#747) 2f915d1
- Release 1.1.256 fca7147
- Script updates for tooling (#721) - diff.sh, now also downloads the previous versions of the updates file, and uses ... e2aec08
- New & updated icons (#750) **What's new** Add Circle / 48 / Filled & Regular Alert / 32 / Light Book Number / 16 ... 50fe733
- Release 1.1.257 6bb60c1
- Remove errant/dangling icon (#751) The icon was added as part of a bulk change by accident and shouldn't have been. ... 54996c0
- Release 1.1.258 3255f2f
- FluentIcon+SwiftUI (#698) - Added support for swiftUI fd0e040
- New and Updated icons (#754) **New** Arrow Circle Up Left / 16 / Filled & Regular Arrow Circle Up Right / 16 / Fil... b429099
- Release 1.1.259 5c54358
- and 17 more ...
isold23 pushed 27 commits to main isold23/stable-fast-3d
- Add arXiv link 4aa39fc
- Add batching support to run.py 070ece1
- External ComfyUI repo merge (#4) * gitignore update * starting with comfyui-extension as a base * merge comfy repo... c342b29
- Fix cpu only running for gradio 759f716
- Add a native CPP/CUDA texture baker * Aaryaman Vasishta [CUDA] Flatten dispatch dims, cleanup * Aaryaman Vasishta... 1795b7c
- Add metal kernel for texture baking 05bee28
- MPS backend support (#5) * MPS backend support * Fixes for cuda backend * Update README.md * Fix run.py and some ... 2ffe78a
- Fix ASCII encoding issue for the gradio demo 872c000
- Add notes about running for Mac Silicon e276e82
- Add note about memory requirement and MPS 619c089
- Automatically select the correct rembg version 9abbf33
- Expose a vertex count option d851c9c
- Remove timings 1b19baa
- Update README.md short description of remesher options 71782f4
- Further improve the README f0f7005
- Fix windows compilation 8a667f1
- Fix windows specific crashes 47a99bd
- Update README.md f8fe579
- Add a CPP box UV unwrapper which signficantly improves inference speed This brings the inference time down to 0.3s f... d1df2c7
- Improve quad meshing and finer vertex count control 254f5f4
- and 7 more ...
isold23 pushed 62 commits to main isold23/segment-anything-2
- Use `weights_only` for loading sam2/build_sam.py:81:14: TOR102 [*] `torch.load` without `weights_only` parameter is ... 658aaba
- Change git repo url from SSH to HTTPS The change is made for researchers to easly clone the project to check out fro... fa2796b
- Merge pull request #61 from DanBrown47/main Change git repo url from SSH to HTTPS 0e78a11
- Update README.md de4db16
- Update README.md 59550d4
- Merge pull request #116 from facebookresearch/arXiv-paper Update arXiv paper citation d1fc9a0
- [doc] add `INSTALL.md` as an installation FAQ page b744a3c
- Merge pull request #119 from facebookresearch/ronghanghu/installation_faq [doc] add `INSTALL.md` as an installation ... 57bc94b
- First draft b72a8a9
- Use classmethod 17b7450
- Add model_id_to_filenames 3af4e82
- Do not load config from the hub 0c28c63
- Make huggingface_hub soft dependency 6aeee34
- Update links cb48213
- Update README e93be7f
- Update docstring 841cc1f
- Add workflow acd3939
- Update workflow 3b0fd9e
- Merge pull request #1 from haithamkhedr/CI 5e3d6ca
- Merge pull request #152 from haithamkhedr/main Configure a workflow for format checking 0230c5f
- and 42 more ...
isold23 pushed 31 commits to master isold23/ComfyUI
- Add a way to patch blocks in SD3. 30c0c81
- SLG first implementation for SD3.5 (#5404) * SLG first implementation for SD3.5 * * Simplify and align with comfy... 954683d
- Cleanup SkipLayerGuidanceSD3 node. 770ab20
- Update web content to release v1.3.26 (#5413) * Update web content to release v1.3.26 * nit 65a8659
- Support SD3.5 medium diffusers format weights and loras. 09fdb2b
- Fix diffusers flux controlnet regression. daa1565
- Rename `ImageCrop` to `Image Crop` (#5424) * Update nodes_images.py Nodes menu has inconsistency in names, some w... f2aaa0a
- Bump up mac version for attention upcast bug workaround. 1af4a47
- Avoid SyntaxWarning in UniPC docstring (#5442) 1c8286a
- Rename some nodes in Display Name Mappings (nodes.py) (#5439) * Update nodes_images.py Nodes menu has inconsisten... cc9cf6d
- Mochi VAE encoder. fabf449
- Update folder paths: "clip" -> "text_encoders" You can still use models/clip but the folder might get removed eventu... ee8abf0
- Fix mochi all in one checkpoint t5xxl key names. 6c9dbde
- Add mochi support to readme. 6966729
- Allow POST `/userdata/{file}` endpoint to return full file info (#5446) * Refactor listuserdata * Full info param... c49025f
- fix dynamic shape export (#5490) 69694f4
- Fix unknown VAE being detected as the mochi VAE. 8afb97c
- Remove scaled_fp8 key after reading it to silence warning. 5e29e7a
- Make VAEDecodeTiled node work with video VAEs. b49616f
- Free memory before doing tiled decode. 2865f91
- and 11 more ...
isold23 pushed 8 commits to master isold23/nginx
- SSL: disabled TLSv1 and TLSv1.1 by default. TLSv1 and TLSv1.1 are formally deprecated and forbidden to negotiate due... ebd18ec
- Upstream: re-resolvable servers. Specifying the upstream server by a hostname together with the "resolve" parameter ... db6870e
- Upstream: construct upstream peers from DNS SRV records. 9fe119b
- Core: inheritance of non-reusable shared memory zones. When re-creating a non-reusable zone, make the pointer to the... 1524c5e
- Upstream: pre-resolve servers on reload. After configuration is reloaded, it may take some time for the re-resolvabl... 5ebe7a4
- Upstream: per-upstream resolver. The "resolver" and "resolver_timeout" directives can now be specified directly in t... ea46545
- Upstream: copy upstream zone DNS valid time during config reload. Previously, all upstream DNS entries would be imme... 29aec57
- SSL: fixed MSVC compilation after ebd18ec1812b. MSVC generates a compilation error in case #if/#endif is used in a m... ea15896
isold23 pushed 9 commits to main isold23/faiss
- Moved add_sa_codes, sa_code_size to Index, IndexBinary base classes (#3989) Summary: Pull Request resolved: https://... acaa01f
- Fix reverse_index_factory formatting of ScalarQuantizers (#4003) Summary: Pull Request resolved: https://github.com/... c5fbefe
- Update autoclose.yml (#4000) Summary: Fix removal of autoclose as the bot already removes the stale label when activ... ecb4b80
- Add index binary to telemetry (#4001) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull... 9766d64
- Add VectorTransform read from filename to the C API (#3970) Summary: This adds read_VectorTransform to the C API. Th... 2c961cc
- Added IndexLSH to the demo (#4009) Summary: Demonstrate IndexLSH does not need training or codebook serialization P... a11c1db
- write distributed_kmeans centroids and assignments to hive tables (#4017) Summary: Pull Request resolved: https://gi... cfd4804
- introduce data splits in dataset descriptor (#4012) Summary: Pull Request resolved: https://github.com/facebookresea... 1f2b7ce
- Fix shadowed variable in faiss/IndexAdditiveQuantizer.cpp (#4011) Summary: Pull Request resolved: https://github.com... adb1884