Catalpa

Results 66 comments of Catalpa

When training with TPUs, I add ```python callbacks.append(WeightAveraging(avg_fn=get_ema_avg_fn(0.9999))) ``` to my call backs. I will get the following errors: ``` concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/queues.py", line...

I guess pickle just hates function in function :(

> Hi, [@catalpaaa](https://github.com/catalpaaa)! > > Would you consider separating these two topics into two issues making this one a bug, and not a feature? I implemented a bugfix for torch_xla...

yea i was just abt to open a issue for this, vicuna doesnt know when to stop. maybe its bc the formate vicuna is using. > ###Human: ###Assistant: compair to...

idk which is better, change the name indicator after generation and reuse existing logic, or rewite our logic to fit other names

> Isn't there a way to stop this with that stoping_criteria? #189 thats only stoping at a new line, but the reply sometime may contains a new line. if u...

> @catalpaaa can you tell us exactly how you proceed to make it stop skizo? I'm tired of having to stop Vicuna everytime he gives me an answer 😅 Nvm...

> > @catalpaaa can you tell us exactly how you proceed to make it stop skizo? I'm tired of having to stop Vicuna everytime he gives me an answer 😅...

I made this pr, you can try and see if it fix vicuña. Hope it get merged soon.

https://github.com/oobabooga/text-generation-webui/pull/903