mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
autoconvert tensor rt engine from onnx to specific CUDA gpu
This commit is contained in:
@@ -79,7 +79,7 @@ cdef class ApiClient:
|
||||
try:
|
||||
r = requests.post(url, headers=headers, files=files, allow_redirects=True)
|
||||
r.raise_for_status()
|
||||
print(f"Upload success: {r.status_code}")
|
||||
print(f"Uploaded {filename} to {constants.API_URL}/{folder} successfully: {r.status_code}.")
|
||||
except Exception as e:
|
||||
print(f"Upload fail: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user