expected str, bytes or os.PathLike object, not MultiplexedPath
错误信息显示:
TypeError: expected str, bytes or os.PathLike object, not MultiplexedPath
这个错误是因为 tn库(text
normalization库)在创建缓存目录时收到了一个
MultiplexedPath对象而不是字符串路径。
MultiplexedPath是 HuggingFace 的
huggingf