Stability-AI / api-interfaces

Interface definitions for API interactions between components
140 stars 78 forks source link

Add tensor serialization and deserialization to protocol. #33

Closed wbrown closed 1 year ago

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

kevinfaveri commented 1 year ago

Looks like tensor support for Go+Python but not typescript/javascript correct?

Looks like it is not supported at all? https://github.com/Stability-AI/api-interfaces/issues/42 Building the api-interfaces the generated actually references the tensors file, but it never gets built (even if I clone the repo using the recursive submodules option). Ideas? @wbrown