Skip to content

Commit 2d5b6e7

Browse files
authored
Merge pull request #28 from CentML/rename-to-deepview-predict
Rename to deepview predict
2 parents 84a06a8 + 248b4dd commit 2d5b6e7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ If you do not find matching version of CUDA and Python above, you need to build
110110

111111
```bash
112112
git clone https://github.com/CentML/DeepView.Predict
113+
cd DeepView.Predict
113114
```
114115

115116
4. Get the pre-trained models used by DeepView.Predict
@@ -171,7 +172,7 @@ print("Predicted time on V100:", pred.run_time_ms)
171172
python3 example.py
172173
```
173174
174-
See [experiments/run_experiment.py](https://github.com/CentML/DeepView.Predict/tree/main/experiments) for other examples of Habitat usage.
175+
See [experiments/run_experiment.py](https://github.com/CentML/DeepView.Predict/tree/main/experiments) for other examples of DeepView.Predict usage.
175176
176177
<h2 id="release-history">Release History</h2>
177178
@@ -200,11 +201,11 @@ more information.
200201
201202
<h2 id="paper">Research Paper</h2>
202203
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
204+
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
204205
ATC'21](https://www.usenix.org/conference/atc21/presentation/yu). If you are
205206
interested, you can read a preprint of the paper [here](https://arxiv.org/abs/2102.00527).
206207

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

209210
```bibtex
210211
@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)