-
I'm getting an unexpected error when running inference with a quanto-quantized model. I've installed optimum-quanto from main (`e7011ab94ea5a002019e6aa9a0b1e2a37e8eed35`). Reproducer:
```python
im…
-
### System Info
Name: peft
Version: 0.13.2
### Who can help?
when i try to load the adapter for inference its showing the following error.
`TypeError: LoraConfig.__init__() got an unexpected ke…
-
hello, i want to ask why now cant import DoraConfig from peft, i remenber ican do this a couple of days before.
-
[LLaMA3-8B-Instruct Lora 微调](https://github.com/datawhalechina/self-llm/blob/master/models/LLaMA3/04-LLaMA3-8B-Instruct%20Lora%20%E5%BE%AE%E8%B0%83.md)
定义好lora_config后,为什么没有get_peft_model,Trainer传入的是…
-
完全按照readme文档进行的安装, 运行出现报错
具体报错信息
```
# ComfyUI Error Report
## Error Details
- **Node Type:** Joy_caption_two
- **Exception Type:** TypeError
- **Exception Message:** LoraConfig.__init__() go…
-
**Describe the bug/ 问题描述 (Mandatory / 必填)**
IA3微调Qwen2-7b-instruct模型,在mindnlp.core.nn.modules.container.py处raise了一个错误:
![image](https://github.com/user-attachments/assets/5ef35812-ef13-4b51-8e95-a00…
-
I adapted your fine tuning notebook to a regression task. Unfortunately the model gets unstable during training and only returns NANs as hidden states to my regression head.
Also I wanted to try ql…
-
Please improve the fine-tuning script!
After I solved this problem:
```
Traceback (most recent call last):
File "E:\OmniGen\train.py", line 371, in
main(args)
File "E:\OmniGen\train.py"…
-
-
### Feature request
I would like to make an example notebook for evaluating the peft model for reproducable tasks and metrics using the lm-eval harness if possible .
Library here - https://github.…