Richard Abrich

Results 141 comments of Richard Abrich

@0dm can you please comment about what would be required to get an analogous implementation of this for Mac? 🙏

@angelala3252 can you please fix merge commits? I believe you will need to re-generate the alembic scripts as well. Please also confirm this works with poetry. After checking out your...

@angelala3252 this may be due to `openadapt.capture` @0dm any ideas? 🙏

Implemented in https://github.com/OpenAdaptAI/OpenAdapt/pull/673 @angelala3252 thank you for blazing the trail here!! 🙏

Unless there are compelling reasons otherwise, we likely want to go with Pydantic, as per https://github.com/OpenAdaptAI/OpenAdapt/pull/489#issuecomment-1806343167, e.g: ``` from pydantic import BaseModel, Field from typing import Optional class Config(BaseModel): cache_dir_path:...

Thanks @AvidEslami ! What's the status on being able to run this locally? Can we add a `setup` method that automatically runs the required setup steps? Also please fix merge...

@AvidEslami it would be nice to be able to run this with a CPU only. What do you think about https://github.com/saharNooby/rwkv.cpp ? > Do you think I should add the...

Thanks @AvidEslami ! I wonder if it might be more useful if we compress the prompt as much as possible, and remove any extraneous information. We should also try to...

As mentioned in Slack, I think it's time to start fine tuning 🤓

Related: https://github.com/OpenAdaptAI/OpenAdapt/issues/579