Brian Fitzgerald
Brian Fitzgerald
I am working with react-native 0.5. To install, I did an `npm install amazon-cognito-identity-js` and ran `react-native link amazon-cognito-identity-js`. I am importing the modules like this: `import { CognitoUserPool, AuthenticationDetails,...
Jinja2 v3.0 bumps its MarkupSafe dependency to a release candidate. This breaks resolution of the package on ARM-based machines. Since the changes in jinja 3.0 don't seem to affect the...
To reproduce - try saving the tensor returned from the forward pass as a `PIL.Image` using `torchvision.transforms.ToPILImage`. This image will be distorted due to the dtype conversion.
Adds phi-3 conversation template, and example script, to demonstrate how to fine-tune with Alpaca-format datasets with the Phi-3 pretraining format. I've also added a Perplexity metric, which I ended up...
If ckpt_path is `None`, the `os.path.exists()` call fails, as the path argument passed to `exists()` cannot be None.