modify model path
This commit is contained in:
parent
6f5c252f55
commit
941523384f
@ -19,7 +19,8 @@ class TritonPythonModel:
|
||||
|
||||
self.model_name = args["model_name"]
|
||||
model_repository = args["model_repository"]
|
||||
model_path = f"{model_repository}/{self.model_name}"
|
||||
#model_path = f"{model_repository}/{self.model_name}"
|
||||
model_path = "/cheetah/input/model/gemma-3-1b-it"
|
||||
|
||||
self.logger.log_info(f"model_repository: {model_repository}")
|
||||
self.logger.log_info(f"model_path: {model_path}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user