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
Hey Guys,
I'm trying to load a tokenizer whose files are stored in Application Support directory, but I get this exception: authorizationRequired when calling: let tokenizer = try await AutoTokenizer.from(pretrained: modelPath)
What am I missing?
The text was updated successfully, but these errors were encountered:
Hey Guys,
I'm trying to load a tokenizer whose files are stored in Application Support directory, but I get this exception: authorizationRequired when calling:
let tokenizer = try await AutoTokenizer.from(pretrained: modelPath)
What am I missing?
The text was updated successfully, but these errors were encountered: