Skip to content
Snippets Groups Projects
Commit e34be19e authored by Alexandre Strube's avatar Alexandre Strube
Browse files

New jax. Will remove pre-commit hook

parent 440970b6
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,6 @@ repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: '' # Use the sha / tag you want to point at
hooks:
- id: autopep8
\ No newline at end of file
- id: autopep8
types: [file]
files: \.(eb)$
\ No newline at end of file
......@@ -45,9 +45,9 @@ exts_list = [
'unpack_sources': False,
'checksums': ['9e9ef47fa92625c4721036e7c4124182668dc6021d9e7c73704edd395648deb9'],
}),
('absl-py', '0.12.0', {
('absl-py', '0.10.0', {
'modulename': 'absl',
'checksums': ['b44f68984a5ceb2607d135a615999b93924c771238a63920d17d3387b0d229d5'],
'checksums': ['b20f504a7871a580be5268a18fbad48af4203df5d33dbc9272426cb806245a45'],
}),
('jaxlib', '0.1.64', {
'source_tmpl': 'jaxlib-0.1.64+cuda110-cp38-none-manylinux2010_x86_64.whl',
......@@ -62,7 +62,7 @@ exts_list = [
}),
]
# This should be modextravars, but life is unfair
# This should be modextravars, but life is unfair
# Jaxlib searches in hardcoded paths for CUDA, or in those variables
modluafooter = """
local cuda_root = os.getenv("EBROOTCUDA") or ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment