BCM
BCM
Yea, it looks like they're having issues with RPCs. I'm not seeing a whole lot of answers in the Discord, so might want to use Bonfida or Dexlab in the...
You must be hitting the wrong 'add market' button, you're not creating a market. You don't want the token mint, you want the existing market ID. That doesn't cost anything...
I'm testing this as we speak and very interested. I'm using Dreambooth on Colab, training my first model and trying to figure out how to add to it. Seems like...
Not sure, but I think the 'simulation failed' errors are related to some kind of backend RPC issue caused by congestion. That's why it's intermittent. The solution is to run...
I think COPE was added, but you can add markets manually by providing the proper json data in serum/lib/markets.json and token-mint.json.
It should work with a custom query. This might be worth exploring also: https://huggingface.co/spaces/pszemraj/summarize-long-text
`document_prompt` is a parameter in the `load_qa_chain` function. Those get injected into the template that is passed on to the model for a response. You might want to join the...
Thank you so much I was actually working on a similar branch last week! 😃
I used the autodoc library to generate documentation using gpt: https://github.com/dahifi/autodoc-ker/blob/a6bc02a4ca90ef8805cf487f437f81e2035f9119/indexes/suno-ai/bark/.autodoc/docs/markdown
> I used the autodoc library to generate documentation using gpt: > > https://github.com/dahifi/autodoc-ker/blob/a6bc02a4ca90ef8805cf487f437f81e2035f9119/indexes/suno-ai/bark/.autodoc/docs/markdown I could PR this into the main branch, but it would need maintaining.