hatzav-ox / jax_pep503_poetry

PEP 503 repository index for jax[cuda]

Home Page:https://jorenham.github.io/jax_pep503/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEP 503 repository index for jax[cuda]

Daily automatically rebuilds

Repository

https://jorenham.github.io/jax_pep503/

Example: Adding jax[cuda] to your Poetry project

  • Add the repository as a secondary source to your pyproject.toml:

    ...
    
    [[tool.poetry.source]]
    name = "jorenham/jax_pep503"
    url = "https://jorenham.github.io/jax_pep503/"
    secondary = true
    
    ...
  • Now you can add jax[cuda] using:

    poetry add jax[cuda]

See the example project for more details

See also

About

PEP 503 repository index for jax[cuda]

https://jorenham.github.io/jax_pep503/

License:Apache License 2.0


Languages

Language:Python 93.4%Language:HTML 6.6%