tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

Documentation on how to install tlcPack #7

Closed WenheLI closed 3 years ago

WenheLI commented 3 years ago

I am wondering if there is any documentation on how to install this via conda&pip?

junrushao commented 3 years ago

like this:

conda install -c tlcpack tlcpack-nightly       # cpu
conda install -c tlcpack tlcpack-nightly-cu100 # cuda 10.0
WenheLI commented 3 years ago

Thanks! Is it possible to install it via pip?

junrushao commented 3 years ago

something like:

pip install tlcpack -f https://tlcpack.ai/wheels
tqchen commented 3 years ago

Right now the conda provides nightly(the lastet main artifacts) the pip nightly is still WIP

tqchen commented 3 years ago

As of now windows and mac nightly are added as

pip install tlcpack-nightly -f https://tlcpack.ai/wheels

Linux pip is still WIP

WenheLI commented 3 years ago

@tqchen - Is anyone working on the linux pip? If not, I could try to help with it.

tqchen commented 3 years ago

cc @icemelon9

tqchen commented 3 years ago

https://tlcpack.ai/