Cyril Roumégous
Cyril Roumégous
I just rebased my branch with latest commits
I added a new commit to remove the entry in the journal table when we update an existing user reaction. However, I could understand if you have concerns about implementing...
Hi, I've trained a PPO agent on Swimmerv3 with latest version and hyperparams. The model can be found here: https://huggingface.co/croumegous/ppo-Swimmer-v3 However, I can't push it to sb3 organization. (I'm also...
I'll be happy to work on this cleanup
PR https://github.com/LAION-AI/Open-Assistant/pull/199
FYI: https://stackoverflow.com/a/66516826
BTW I don't know if it's relevant but by doing a dumb benchmark between `step(Tensor, tinygrad_optim, steps, kwargs=opts)` and `step(torch.tensor, torch_optim, steps, kwargs=opts))` [here](https://github.com/geohot/tinygrad/pull/716/files#diff-f2b37d0b5812153acf9ff1e337d375c5cad0076c4ddc30535ec2d55c8ac9b770R37). I found that tinygrad is ~25x...
I found a way to do it in a single line : ```python class Adam(AdamW): def __init__(self, params: List[Tensor], lr=0.001, b1=0.9, b2=0.999, eps=1e-8): super().__init__(params, lr, b1, b2, eps, 0.0) ```...
I have the same error, can't load the model, latest main version and everything setup correctly (BUILD_TYPE=generic). I tried to run rwkv-cpp on the very same model that cannot be...
- Version of LocalAI you are using latest: `850a690290ac32079efa1e5f779bdd082957d380` (remove and reclone the project to reproduce the example step by step ) - What is the content of your model...