File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
# documentation root, use os.path.abspath to make it absolute, like shown here.
22
22
#sys.path.insert(0, '.')
23
23
sys .path .insert (0 , os .path .abspath ('.' ))
24
- sys .path .insert (0 , os .path .abspath ("../../../pyzoo /" ))
24
+ sys .path .insert (0 , os .path .abspath ("../../../python /" ))
25
25
26
26
27
27
# -- Project information -----------------------------------------------------
Original file line number Diff line number Diff line change 1
- name = " Analytics Zoo "
1
+ name = " BigDL "
2
2
version = " 2.0"
3
3
description = " An open source Big Data AI platform (for distributed TensorFlow, PyTorch and Keras on Apache Spark & Ray)"
4
4
license = " Apache-2.0"
5
- repository = " https://github.com/intel-analytics/analytics-zoo "
6
- documentation = " https://analytics-zoo .readthedocs.io/en/latest /"
5
+ repository = " https://github.com/intel-analytics/BigDL "
6
+ documentation = " https://bigdl .readthedocs.io/en/branch-2.0 /"
7
7
8
8
You can’t perform that action at this time.
0 commit comments