Files
annotations/Azaion.Inference/credentials.pxd
T
Alex Bezdieniezhnykh e798af470b read cdn yaml config from api
automate tensorrt model conversion in case of no existing one for user's gpu
2025-04-23 23:20:08 +03:00

6 lines
131 B
Cython

cdef class Credentials:
cdef public str email
cdef public str password
@staticmethod
cdef from_msgpack(bytes data)