mrinaldi97

Results 4 issues of mrinaldi97

Hello, I came across this project recently by reading about Vicuna model that was trained (also) on this conversational corpus. Actually I had this idea of building a sharegpt-like website...

Adding the "force_unsupported_models" feature # Description I added the option "force_unsupported_model" in HookedTransformer.from_pretrained. The new code simply skips the verification of the "official model names" by setting the parameter force_unsupported_model...

Hello, I am trying to install transformer-engine using pip install --no-build-isolation transformer_engine[pytorch] on two different systems but I always get compilation errors: Personal system (Nvidia 3090, torch 2.6): ``` Building...

Hello, I am writing a codebase to train transformer models (almost finished, but it's still too early to share the entire framework) and I've just added Liger-Kernel support. I was...