mirror of
https://github.com/huggingface/peft.git
synced 2025-10-21 07:53:47 +08:00
Compare commits
1 Commits
v0.15.2
...
smangrul/a
Author | SHA1 | Date | |
---|---|---|---|
f31b35448b |
@ -18,6 +18,21 @@ Recent state-of-the-art PEFT techniques achieve performance comparable to that o
|
||||
|
||||
PEFT is seamlessly integrated with 🤗 Accelerate for large-scale models leveraging DeepSpeed and [Big Model Inference](https://huggingface.co/docs/accelerate/usage_guides/big_modeling).
|
||||
|
||||
<div class="block dark:hidden">
|
||||
<iframe
|
||||
src="https://smangrul-peft-docs-qa-chatbot.hf.space?__theme=light"
|
||||
width="850"
|
||||
height="1600"
|
||||
></iframe>
|
||||
</div>
|
||||
<div class="hidden dark:block">
|
||||
<iframe
|
||||
src="https://smangrul-peft-docs-qa-chatbot.hf.space?__theme=dark"
|
||||
width="850"
|
||||
height="1600"
|
||||
></iframe>
|
||||
</div>
|
||||
|
||||
<div class="mt-10">
|
||||
<div class="w-full flex flex-col space-y-4 md:space-y-0 md:grid md:grid-cols-2 md:gap-y-4 md:gap-x-5">
|
||||
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="quicktour"
|
||||
|
Reference in New Issue
Block a user