Skip to content

andras-kth/ray-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ray-wheels

Non-standard wheels for ray-project/ray.

Modus Operandi

  1. Pick Ray version (say, R.r.i)
    • the latest Ray version (1.12.0 at the time last checked) is used by default
  2. [OPTIONAL] Add patches, if any, under patches/R.r.i
  3. Build the wheel (the resulting wheel, if produced, ends up in the current directory)
    • latest
      ./build-wheel
    • Ray R.r.i
      ./build-wheel R.r.i
    • Ray R.r.i on Python P.p
      ./build-wheel R.r.i P.p
      • Passing an explicit Python version (e.g. P.p) is OPTIONAL
      • Python 3.9 is used by default
  4. Update the gh-pages branch (a simple repo hosted on GitHub Pages)
    ./update-pages
  5. [OPTIONAL] File a Pull Request for gh-pages

To use a non-standard wheel from this repo, but fall back to PyPi on platforms where standard wheels are available, set --extra-index-url or PIP_EXTRA_INDEX_URL to https://andras-kth.github.io/ray-wheels/simple.

About

Non-standard wheels for ray-project/ray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages