Closed JustQJ closed 7 months ago
For quick update, I am not able to reproduce the issue, but just to double check, two models MUST NOT share the same offload_path
in the configuration, I doubt that the paramter is shared from other models. If this still presists, please let me know. Do please provide full log printed.
For quick update, I am not able to reproduce the issue, but just to double check, two models MUST NOT share the same
offload_path
in the configuration, I doubt that the paramter is shared from other models. If this still presists, please let me know. Do please provide full log printed.
Yes, you are right. I share the same offload_path
. Thanks for your help.
Thanks for your great work. I try running the mistral moe, but I got some strange output. When I use cpu to run the model with following script, I get normal output. script:
output:
But when I use moe-infinity to run the model, I get strange output. script:
output:
I run the model on NVIDIA GeForce RTX 4090. Could you give me some advice. Thanks for your help.