mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
e798af470b
automate tensorrt model conversion in case of no existing one for user's gpu
6 lines
131 B
Cython
6 lines
131 B
Cython
cdef class Credentials:
|
|
cdef public str email
|
|
cdef public str password
|
|
|
|
@staticmethod
|
|
cdef from_msgpack(bytes data) |