thuml / Transfer-Learning-Library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
http://transfer.thuml.ai
MIT License
3.39k stars 553 forks source link

`pip install tllib` #207

Closed zhouyu5 closed 4 months ago

zhouyu5 commented 1 year ago

Is your feature request related to a problem? Please describe. provide a formal way to install tllib

Describe the solution you'd like pip install tllib

Additional context currently install through pip install -i https://test.pypi.org/simple/ tllib==0.4, we cannot add dependency in requirement.txt since it try to search package in pypi.org

thucbx99 commented 1 year ago

We have also been considering supporting the use of pip to install tllib. Recently, we will check the code and support it after we obtain a more stable version.

zhouyu5 commented 1 year ago

We have also been considering supporting the use of pip to install tllib. Recently, we will check the code and support it after we obtain a more stable version.

@thucbx99 Thanks for replying. This repo is very helpful. Thanks for your great work. When can we found it in official pypi source?

zhouyu5 commented 1 year ago

If you are busy, I can offer this help. Please tell me if you want me to upload it to pypi. Thanks~