Does DeepSpeed Inference support offload params to cpu #3760
Unanswered
TigerYang414
asked this question in
Q&A
Replies: 3 comments
|
Exactly same error i am getting whenever i am trying to take inference from vicuna33b. |
0 replies
|
It seems DS Inference only support tensor parallel. I just try use training mode with zero offload. But it runs very slow. Here is my ds config used: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I just want to run llama 30b inference on A10, for which params exceed gpu memory capacity.
It seems InferenceEngine does not process zero related arguments.
Then I try to use deepspeed.initialize with zero offload, it will always trigger cuda oom.
All reactions