Results 18 comments of moontidef

Hello, is this one fine and have same generate speed as the `mamba/mamba_ssm/utils/generation.py `. Someone like mamba-hf used mini-mamba which has a bad speed when training and genrateing. And the...

> Hey! API will change today / tomorrow to a statefull API, with setup cache instead of moving around the inference params. Will support both and benchmark both. Could you...

> Todo: > > * gradient checkpointing CIs > * properly handle CPU init / force move to cuda > * torch compile benchmarks > * profile for potential memory...

> Todo: > > * gradient checkpointing CIs > * properly handle CPU init / force move to cuda > * torch compile benchmarks > * profile for potential memory...

> I am getting: `Hello my name is D’Amnon’,� said the voice of the d’gone. “I am the d’giver of life’ on Earth� said the d’giver of life. “I am...

> Vanna AI throws an error if python version is below 3.8. > > Traceback (most recent call last): File "/home/user/Code/vanna/vannaAi.py", line 2, in from vanna.remote import VannaDefault File "/home/user/.local/lib/python3.8/site-packages/vanna/remote.py",...

换个梯子就能进了,不过好像这个梯子ip像是永久封了一样,我也是之前就过一段时间就好,现在过了一天都没有用,只能换梯子.

You can see this one. I write it for sqlite3 ``` import sqlite3 from typing import Dict, List class SqliteScanner: def __init__(self, connection_string: str): self.connection_string = connection_string self.connection = sqlite3.connect(connection_string)...

> I have a problem similar to yours. And I found that none of the text2sql models/studies explained how to get and map the question content to the specific value...