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
It would be nice to know the exact git checkout that the code originates from. We can do this by including the git commit hash in the py-cpuinfo version.
It would be nice to know the exact git checkout that the code originates from. We can do this by including the git commit hash in the py-cpuinfo version.
The cpuinfo version of a release:
The cpuinfo version before that release:
We can use a git pre-commit hook and sed to replace the old hash in the source code:
The git hook can be installed like:
The text was updated successfully, but these errors were encountered: