You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when sdgym is used on EC2 machines (with benchmark_single_table_aws()), the EC2 instance is set to pip install sdgym from its main branch. We want to update that so it pip install the released version.
Expected behavior
On sdgym/benchmark.py update: pip install "sdgym[all] @ git+https://github.com/sdv-dev/SDGym.git@main"
To be just: pip install sdgym[all]