Results 48 comments of PlatformKit

@Shigeto-Amatake agree I would love native vue support. But it looks like it was written in React to begin with, not in vanilla JS, then ported to React. So react-in-vue...

@Shigeto-Amatake I have not tried to use it in that way. But @julienreichel posted example code above.

@sidroopdaska I'd love to train a LORA as well. Please share any relevant pointers on how to get started.

Hey @vatsalaggarwal, is that release still in the pipeline?

@sidroopdaska The way I did this in my implementation of XTTS (https://github.com/Render-AI/cog-xtts-v2/blob/main/predict.py) was to split the text into chunks (i.e. sentences, but it could be done in other ways), then...

@lohanidamodar can you shed any light on this?

@fool has there been any motion on this? I am running into this right now, and it is creating a blockage - can't work on code that currently works in...

Hi there. Am I to infer from this thread that replicate's previously default upload behavior has changed? Asking because of this issue: https://github.com/replicate/cog/issues/1759

@SheetJSDev thanks for your comment above. Between that and the nuxt docs, I was able to create a transformer that parses the body. However I don't see any indication about...

@Skyost I'm trying to dynamically add a field to some markdown files. Do you know of any workarounds to this lack of support for custom transformers?