Open lethean1 opened 1 month ago
I want to use tensor parallelism with ouroboros, but I do not find the config to start the tensor parallel, can you give me an example?
Our code is based on huggingface transformers. Currently, it only supports pipeline parallelism. Tensor Parallel may need extra modification, such as implementing based on gpt-fast.
I want to use tensor parallelism with ouroboros, but I do not find the config to start the tensor parallel, can you give me an example?