certik / fastGPT

Fast GPT-2 inference written in Fortran
MIT License
180 stars 16 forks source link

Use size(x) inplace of size(x) + 1 #57

Closed Shaikh-Ubaid closed 1 year ago

Shaikh-Ubaid commented 1 year ago

This should probably be added in new branch.

certik commented 1 year ago

I gave you push access. Go ahead and create a new branch.

Shaikh-Ubaid commented 1 year ago

I gave you push access. Go ahead and create a new branch.

Yes, I am trying to. I am facing some Github Login issue (probably related to vscode editor) while pushing changes to your repository.

Shaikh-Ubaid commented 1 year ago

I gave you push access. Go ahead and create a new branch. d Yes, I am trying to. I am facing some Github Login issue (probably related to vscode editor) while pushing changes to your repository.

Done. I had the origin pointing to https:://. While pushing it was needed special authorization. After replacing with the ssh link, it seems to work.

Shaikh-Ubaid commented 1 year ago

I gave you push access. Go ahead and create a new branch.

Thank you so much for the push access.

certik commented 1 year ago

Perfect, thanks!