You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might make sense to add the option of using Conda to setup the local dev environment. It should make it easier for contributors as it's cross-platform and doesn't require root access.
To save people who want to do this the hassle of finding all the packages, here's the environment.yaml I used:
It might make sense to add the option of using Conda to setup the local dev environment. It should make it easier for contributors as it's cross-platform and doesn't require root access.
To save people who want to do this the hassle of finding all the packages, here's the
environment.yaml
I used:(The
cuda
package can be removed if CUDA support is not required.)The Conda env can then be created and activated using:
Note: the following env vars need to be set when building tabby:
Please reply with a 👍 if you want this feature.
The text was updated successfully, but these errors were encountered: