gazelle icon indicating copy to clipboard operation
gazelle copied to clipboard

Joint speech-language model - respond directly to audio!

Results 2 gazelle issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great and inspiring work, is there any plan for release training code/instructions? much appreciated

Created an abstraction over some of the code in the example notebooks (`infer`, `infer-quantized`) so that the user can simply: ```python from gazelle import GazelleClient client = GazelleClient(quantization="8-bit") resp =...