poloclub / unitable

UniTable: Towards a Unified Table Foundation Model
https://arxiv.org/abs/2403.04822
MIT License
276 stars 15 forks source link

Significant speed difference when running on local machine #15

Open yumikim381 opened 3 weeks ago

yumikim381 commented 3 weeks ago

When you download and run the notebook on colab, its much faster than running one same machine, even when downloading same dependency. Could you tell me which libraries/settings are crucial for inference speed, to help me debug ?

ShengYun-Peng commented 2 weeks ago

Hi @yumikim381, thanks for the interest! Can you elaborate your local and colab settings? It could be because Colab has cached the packages to speed up the installation. Without further details, I cannot debug your issue.