Replies: 1 comment
-
|
Based on the documentation around that time, there are two separate questions here:
These are related but not the same feature. From my understanding:
Because Mixtral is a Mixture-of-Experts (MoE) architecture, applying LoRA adapters is also more involved than for a standard decoder-only transformer, as there are additional considerations around expert layers and routing. So, if the documentation explicitly excludes Mixtral from LoRA support, I would interpret that as:
One question for the TensorRT-LLM team:
If this answer helped or pointed you in the right direction, I'd appreciate it if you could mark it as the accepted answer so it's easier for others with the same issue to find. Also, if you found my contribution useful, I'd appreciate it if you could check out my GitHub profile, follow me, and star any repositories you find interesting. GitHub: https://github.com/Advait251206 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
My goal is to deploy a Mixtral-7x8B with couple of QLoRA fine-tuned adapters using TRT.
The corollary is porting a dev environment made with bitsandbytes and hugging face to Triton Server.
This is definetely my situation.
I wonder if this apply to a Mixtral-7x8 as well as llama.
According to this line, it should not apply. In this case, support to Mixtral-7x8 is in roadmap?
Still, according to this section, it seems you can quantize a Mistral with default settings from quantize.py, that is
gptnext. Is this correct? Does it apply to Mixtral-7x8 as well?Any further int on the topic is welcome!
Cheers
Beta Was this translation helpful? Give feedback.
All reactions