-
Hello,
ViP sounds very interesting—congratulations on the paper! I wonder if you would consider adding it to the Hugging Face Hub. Doing so would increase the model's visibility and make it easier …
-
AudioLDM2 seems to be not working correctly, all the models for it do this.
There is no warning or exception on the cmd console, I just get that exception on the webui which doesn't give me much c…
-
### System Info
Python 3.11.9
transformers==4.40.2
peft==0.11.2
### Who can help?
@BenjaminBossan
I'm interested in using [Inference with different LoRA adapters in the same batch
](https://hu…
-
## Describe the bug
Boolean values in fsdp config (https://github.com/foundation-model-stack/fms-hf-tuning/blob/main/tuning/config/fsdp_config.json#L4-L6) are represented as string values. This doe…
-
Thanks for the great library.
There seems to be an incompatibility issue with the latest torch.func and transformers as the continual learning example no longer works. The error I got was `Runtime…
-
### System Info
Hi, I was trying to install transformers using pip in python virtual environment created using venv. I'm getting following error:
`(.env) -> python3 -m pip install transformers
Co…
-
### Question
Hello,
So I've fine-tuned a model using the `finetune-lora.sh` script and I ended up getting an error. Is there anyway I can fix this?
From the looks of it, the Traceback is from…
-
Dear Authors,
When I try to run your example.py code to generate protein sequences I get this error :
Traceback (most recent call last):
File "/Users/utente/Desktop/Varcovid/GenSeq/RITA.py", li…
-
**The bug**
It appears that the latest versions of `transformers` (4.43.*) do not play nicely with GPT2 on MacOS-ARM. This is seen in our PR Gate, with errors:
```
FAILED tests/model_integration/…
-
The [eval-when page in CSUG](https://cisco.github.io/ChezScheme/csug9.5/system.html#./system:s98) gives an example of how to use `eval-when` in order to make a definition available in multiple phases:…