mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 04:26:36 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ModelConfig(BaseModel):
|
||||
model_name: str
|
||||
model_path: str
|
||||
format: str = "tensorrt"
|
||||
precision: str = "fp16"
|
||||
warmup_iterations: int = 3
|
||||
|
||||
Reference in New Issue
Block a user