Trian Xylouris
Trian Xylouris
**Describe the bug** https://github.com/microsoft/DeepSpeed/issues/1950 describes a bug by which running inference twice on the same input leads to different outputs. It was supposedly fixed in version `0.6.5`, but I am...
**Describe the bug** For the models GPT-neo-1.3B, Bloom 1b7, Pythia 1.4b, GPT2-xl, I get non-deterministic model outputs when using context length 1 and `engine = deepspeed.init_inference(model, dtype=torch.float16, replace_with_kernel_inject=True)`. The context...
**Describe the bug** For the models GPT-neo-1.3B, Bloom 1b7, Pythia 1.4b, GPT2-xl, I get non-deterministic model outputs when using context length 1 and `engine = deepspeed.init_inference(model, dtype=torch.float16, replace_with_kernel_inject=True)`. The context...
This PR adds optional validation using HellaSwag accuracy (on 10042 validation examples). It is controlled by setting the hyperparameter `hellaswag=True`. *Motivation* I am trying to make the model smarter by...
### Description of the bug At a `.docx` file, PyMuPDF Pro did not display certain graphical purple elements: With PyMuPDF Pro:  With Google Docs or Mac's Pages app: ...
### Description of the bug For some documents, PyMuPDF Pro splits the document into many more pages than if I open the document with Google Docs (or Mac Pages/libreoffice). This...
PyMuPDF Pro 1.25.0: Image in `.doc` file unexpectedly overlaps with text when using `get_pixmap()`
### Description of the bug Sometimes, an embedded image inside a `.doc` file overlaps with the text when creating an image of the document using `get_pixmap()`, although at other software...