Open futureflsl opened 2 months ago
from inference import get_model
model = get_model(model_id="",api_key='')
this function can download onnx weights,but I just want pytorch weights,can this function download pytorch weights?
No response
Hi there
get_model(...) is supposed to pull the model from Roboflow platform, we do ship models via onnx now, probably you cannot run arbitrary torch model
get_model(...)
Search before asking
Description
from inference import get_model
load a pre-trained yolov8n model
model = get_model(model_id="",api_key='')
this function can download onnx weights,but I just want pytorch weights,can this function download pytorch weights?
Use case
No response
Additional
No response
Are you willing to submit a PR?