stMind

about Tech, Computer vision and Machine learning

2025-09-23から1日間の記事一覧

Hugging Face Transformersの`trust_remote_code`パラメータで起こるAttributeError:原因と解決法

はじめに stackoverflow.com Stack Overflowで報告されたPhi-3モデルのエラー: AttributeError: 'DynamicCache' object has no attribute 'seen_tokens' このエラーはtrust_remote_code=Trueにより古いリモートコードが使用されることが原因でした。 trust_…