Skip to content

Commit cd547be

Browse files
committed
changed installation name
1 parent 84a06a8 commit cd547be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ print("Predicted time on V100:", pred.run_time_ms)
171171
python3 example.py
172172
```
173173
174-
See [experiments/run_experiment.py](https://github.com/CentML/DeepView.Predict/tree/main/experiments) for other examples of Habitat usage.
174+
See [experiments/run_experiment.py](https://github.com/CentML/DeepView.Predict/tree/main/experiments) for other examples of DeepView.Predict usage.
175175
176176
<h2 id="release-history">Release History</h2>
177177
@@ -200,11 +200,11 @@ more information.
200200
201201
<h2 id="paper">Research Paper</h2>
202202
203-
DeepView.Profile began as a research project in the [EcoSystem Group](https://www.cs.toronto.edu/ecosystem) at the [University of Toronto](https://cs.toronto.edu). The accompanying research paper appeared in the proceedings of [USENIX
203+
DeepView.Predict began as a research project in the [EcoSystem Group](https://www.cs.toronto.edu/ecosystem) at the [University of Toronto](https://cs.toronto.edu). The accompanying research paper appeared in the proceedings of [USENIX
204204
ATC'21](https://www.usenix.org/conference/atc21/presentation/yu). If you are
205205
interested, you can read a preprint of the paper [here](https://arxiv.org/abs/2102.00527).
206206

207-
If you use DeepView.Profile in your research, please consider citing our paper:
207+
If you use DeepView.Predict in your research, please consider citing our paper:
208208

209209
```bibtex
210210
@inproceedings{habitat-yu21,

analyzer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
###################################################################
1313

14-
NAME = "habitat-predict"
14+
NAME = "deepview-predict"
1515
PACKAGES = find_packages()
1616
META_PATH = os.path.join("habitat", "__init__.py")
1717
README_PATH = "README.md"

0 commit comments

Comments
 (0)