Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge changes #127

Merged
merged 19 commits into from
Nov 21, 2023
Merged

Merge changes #127

merged 19 commits into from
Nov 21, 2023

Conversation

Skquark
Copy link
Owner

@Skquark Skquark commented Nov 21, 2023

No description provided.

stevhliu and others added 19 commits November 17, 2023 08:53
fix section title
* put peft in requirements

* correct peft

* correct installs

* make style

* make style
add: japanese sdxl as a reference
* Set usedforsecurity=False in hashlib methods (FIPS compliance)

* update version dependency

* bump hfh version

* bump hfh version
* Update peft_utils.py

* fix bug

* make the util backwards compatible.

Co-Authored-By: Younes Belkada <[email protected]>

* fix import issue

* refactor the backward compatibilty condition

* rename the conditional variable

* address comments

Co-Authored-By: Benjamin Bossan <[email protected]>

* address comment

---------

Co-authored-by: Younes Belkada <[email protected]>
Co-authored-by: Benjamin Bossan <[email protected]>
… latest (#5820)

* add also peft latest on peft CI

* up

* up

* up

* Update .github/workflows/pr_test_peft_backend.yml

---------

Co-authored-by: Sayak Paul <[email protected]>
* fix: UnboundLocalError with image_latents

* chore: run make style, quality, fix-copies

* revert changes from make fix-copies

* revert changes from make fix-copies

---------

Co-authored-by: YiYi Xu <[email protected]>
* ruff format

* not need to use doc-builder's black styling as the doc is styled in ruff

* make fix-copies

* comment

* use run_ruff
* wip: add interpolate pipeline for lcm

* update documentation

* update documentation
…nd="cpu") (#5864)

An upcoming change to JAX will include non-local (addressable) CPU devices in jax.devices() when JAX is used multicontroller-style, where there are multiple Python processes.

This change preserves the current behavior by replacing uses of jax.devices("cpu"), which previously only returned local devices, with jax.local_devices("cpu"), which will return local devices both now and in the future.

This change is always safe (i.e., it should always preserve the previous behavior), but it may sometimes be unnecessary if code is never used in a multicontroller setting.

Co-authored-by: Peter Hawkins <[email protected]>
Update pr_test_peft_backend.yml
#5625)

* fix an issue that ipex occupy too much memory, it will not impact performance

* make style

---------

Co-authored-by: root <[email protected]>
Co-authored-by: Meng Guoqing <[email protected]>
* Change LCMScheduler.set_timesteps to pick more evenly spaced inference timesteps.

* Change inference_indices implementation to better match previous behavior.

* Add num_inference_steps=26 test case to test_inference_steps.

* run CI

---------

Co-authored-by: patil-suraj <[email protected]>
* Revert "[`Docs`] Update and make improvements (#5819)"

This reverts commit c697f52.

* Update README.md

* Update memory.md

* Update basic_training.md

* Update write_own_pipeline.md

* Update fp16.md

* Update basic_training.md

* Update write_own_pipeline.md

* Update write_own_pipeline.md
* first draft

* remove old loader doc

* start adding lora code examples

* finish

* add link to loralinearlayer

* feedback

* fix
@Skquark Skquark merged commit 6aaa8a6 into Skquark:main Nov 21, 2023
4 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.