Lucius
Results
2
issues of
Lucius
**Issue**: In `examples/blip2/run.py`, there was an issue with the way arguments were passed to the `decode_batch` method. This led to a TypeError, with the specific error message: `GenerationSession.decode_batch() takes 3...
When running the `examples/llama/pippy_llama.py` script on two A800 GPUs, each rank is observed to consume the full model_size in memory, rather than sharing the weights across both GPUs. Additionally, the...