allegroai / clearml

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Apache License 2.0
5.61k stars 651 forks source link

Unable to use hyper-datasets (allegroai doesn't exist) #1008

Closed mikhail-datoo closed 1 year ago

mikhail-datoo commented 1 year ago

Describe the bug

Hi there, hope all is well!

I'm trying to use hyper-datasets, however the example and the docs use a package called allegroai, which I cannot find on pypi.

Has this functionality been moved to the clearml package - I've tried searching for FrameGroup in this repo but didn't get any results (other than the hyper-datasets example)?

To reproduce

pip install allegroai ERROR: Could not find a version that satisfies the requirement allegroai (from versions: none) ERROR: No matching distribution found for allegroai

Expected behaviour

Package successfully installed

Environment

python==3.8.16

ainoam commented 1 year ago

Hi @mikhail-datoo,

Hyper-Datasets are only available as part of ClearML's enterprise offering (You'll note the docs say "ClearML Enterprise's Hyper-Datasets supports ...").

We'll try to make that more visible to avoid confusion.

mikhail-datoo commented 1 year ago

My bad, thanks very much!