eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

Fix FileRegistry missing base_dir, if the model URI is local path #668

Closed eddyxu closed 2 years ago

eddyxu commented 2 years ago

The test failure is the same as the one being fixed in https://github.com/eto-ai/rikai/pull/667.

Due to a minor python version bump (3.9.12 -> 3.9.13) making CI not able to find cached packages.

Will rebase after #667 is merged.