updated inference
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Successful in 9m34s
Details
Gitea Actions For AIIA / Explore-Gitea-Actions (push) Successful in 9m34s
Details
This commit is contained in:
parent
5d0aadebab
commit
ff45f54860
|
@ -30,7 +30,7 @@ class aiuNNInference:
|
|||
self.device = device
|
||||
|
||||
# Load the model with specified precision
|
||||
self.model = aiuNN.from_pretrained(model_path)
|
||||
self.model = aiuNN.from_pretrained(model_path,)
|
||||
self.model.to(self.device)
|
||||
self.model.eval()
|
||||
|
||||
|
|
Loading…
Reference in New Issue