VoVAllen / tf-dlpack

DLPack for Tensorflow
Apache License 2.0
36 stars 4 forks source link

can not install #19

Open zh-zhang1984 opened 3 years ago

zh-zhang1984 commented 3 years ago

Hi , when I try to install, it reports error as follows:

(base) zhangzhongheng@zhangzhhengsMBP ~ % pip install tfdlpack           
ERROR: Could not find a version that satisfies the requirement tfdlpack
ERROR: No matching distribution found for tfdlpack

HOW may I solve the problem? my computer is Mac OS

VoVAllen commented 3 years ago

dlpack is part of tensorflow now. You can use it by tf.experimental.dlpck

VoVAllen commented 3 years ago

This project is no longer active