You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import the library as suggested in the README file, I encounter an error when attempting to use any function from the ops.gradient file. The error indicates that the file does not exist. This issue is resolved when I import the library as follows:
Sorry for the inconvenience. It is because we have not officially released newer versions. ops.gradients was probably not there when the initial version was released. We are working towards the next version release. Meanwhile, please import the library from GitHub directly if you wish to import recent changes.
When I import the library as suggested in the README file, I encounter an error when attempting to use any function from the ops.gradient file. The error indicates that the file does not exist. This issue is resolved when I import the library as follows:
pip install 'jax-codex @ git+https://github.com/google/codex'
The text was updated successfully, but these errors were encountered: