Skip to content

Commit 796ecd6

Browse files
sharadmvtensorflower-gardener
authored andcommitted
[Oryx] Remove Oryx from TFP (since it now lives in github.com/jax-ml/oryx).
PiperOrigin-RevId: 463695637
1 parent bfd7e0c commit 796ecd6

File tree

109 files changed

+13
-20012
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+13
-20012
lines changed

spinoffs/oryx/README.md

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,3 @@
11
# Oryx
22

3-
Oryx is a library for probabilistic programming and deep learning built on top
4-
of Jax. The approach is to expose a set of function transformations that compose
5-
and integrate with JAX's existing transformations (e.g. `jit`, `grad`, and
6-
`vmap`).
7-
8-
## Installation
9-
10-
You can install Oryx via `pip`:
11-
12-
```bash
13-
$ pip install oryx
14-
```
15-
16-
## Documentation and Examples
17-
18-
Documentation is available
19-
[on the Oryx website](https://www.tensorflow.org/probability/oryx/api_docs/python/oryx).
20-
21-
### Guides
22-
23-
* [A tour of Oryx](https://www.tensorflow.org/probability/oryx/notebooks/a_tour_of_oryx)
24-
* [Probabilistic programming](https://www.tensorflow.org/probability/oryx/notebooks/probabilistic_programming)
25-
26-
## Development
27-
28-
To develop and modify Oryx, you need to install
29-
[`poetry`](https://python-poetry.org/), a tool for Python packaging and
30-
dependency management.
31-
32-
To install the development dependencies of Oryx, you can run
33-
34-
```bash
35-
$ poetry install
36-
```
37-
38-
and to enter a virtual environment for testing or debugging, you can run:
39-
40-
```bash
41-
$ poetry shell
42-
```
43-
44-
### Running tests
45-
46-
Oryx uses [Bazel](https://bazel.build/) for building and testing. Once Bazel is
47-
installed, you can run tests by executing:
48-
49-
```
50-
$ poetry run bazel test //oryx/...
51-
```
3+
Oryx has moved! Check it out in its [new location](https://github.com/jax-ml/oryx).

spinoffs/oryx/WORKSPACE

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)