intel / transfer-learning

Libraries and tools to support Transfer Learning
Apache License 2.0
19 stars 6 forks source link

pip install Intel-transfer-learning-tool installs 0.6.0 #4

Open dmsuehir opened 4 months ago

dmsuehir commented 4 months ago

The latest release is 0.7.0, but I'm getting 0.6.0. Where can I find the latest release?

okhleif-IL commented 4 months ago

Thanks for submitting this issue

The latest release is published here https://storage.googleapis.com/public-artifacts/tlt/intel_transfer_learning_tool-0.7.0-py3-none-any.whl

and you can install it this way: pip install --no-cache-dir --extra-index-url https://download.pytorch.org/whl/cpu https://storage.googleapis.com/public-artifacts/tlt/intel_transfer_learning_tool-0.7.0-py3-none-any.whl

dmsuehir commented 4 months ago

Thanks, I tried that and the install was successful.