#392·llama3

sp_model = SentencePieceProcessor() sp_model.Load("/home/imss/zxhhhh/llama-3-8b/tokenizer.model")

Author: ZhangXiaohan-TJUCreated Mar 17, 2025Updated Oct 23, 2025

when i run: sp_model = SentencePieceProcessor()

sp_model.Load("/home/imss/zxhhhh/llama-3-8b/tokenizer.model")

it reported error: sp_model = SentencePieceProcessor() sp_model.Load("/home/imss/zxhhhh/llama-3-8b/tokenizer.model")

who can help me