Update 1/model.py

This commit is contained in:
cheetahadmin 2025-11-17 08:05:44 +00:00
parent a06dc6d00f
commit 4efc37f7ce

@ -31,7 +31,6 @@ class TritonPythonModel:
self.model = AutoModel.from_pretrained(
pretrained_model_name_or_path=self.base_model_path,
local_files_only=True,
device_map="auto",
trust_remote_code=True
)