File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,20 @@ We strongly recommend running unit tests in an active
79
79
extra bazel flags, so we created a wrapper script, which we suggest using. An
80
80
example invocation (presumed to run from the root of the TFP repo:
81
81
82
+ #### Dependencies
83
+
84
+ To run the unit tests, you'll need several packages installed (again, we
85
+ strongly recommend you work in a virtualenv). We include a script to do this for
86
+ you, which also does some sanity checks on the environtment:
87
+
88
+ ``` shell
89
+ ./testing/install_test_dependencies.sh
90
+ ```
91
+
92
+ See the
93
+ [ header comments in that script] ( https://github.com/tensorflow/probability/blob/main/testing/install_test_dependencies.sh )
94
+ for more details.
95
+
82
96
#### Helper scripts
83
97
84
98
``` shell
@@ -112,20 +126,6 @@ tfp_test //tensorflow_probability/python/distributions:joint_distribution_corout
112
126
tfp_lints tensorflow_probability/python/distributions/joint_distribution_coroutine.py
113
127
```
114
128
115
- #### Dependencies
116
-
117
- To run the unit tests, you'll need several packages installed (again, we
118
- strongly recommend you work in a virtualenv). We include a script to do this for
119
- you, which also does some sanity checks on the environtment:
120
-
121
- ``` shell
122
- ./testing/install_test_dependencies.sh
123
- ```
124
-
125
- See the
126
- [ header comments in that script] ( https://github.com/tensorflow/probability/blob/main/testing/install_test_dependencies.sh )
127
- for more details.
128
-
129
129
### Additional considerations
130
130
131
131
As of early 2020, tensorflow and tf-nightly include GPU support by default,
You can’t perform that action at this time.
0 commit comments