huggingface -> remote adapter

This commit is contained in:
Xi Yan 2024-11-11 12:02:17 -05:00
parent e9a9ecb2dc
commit fdfc37a878
3 changed files with 11 additions and 8 deletions

View file

@ -37,7 +37,7 @@ def datasetio_huggingface() -> ProviderFixture:
providers=[
Provider(
provider_id="huggingface",
provider_type="huggingface",
provider_type="remote::huggingface",
config={},
)
],