https://github.com/daemon/cody-backend
Support library for CODY
https://github.com/daemon/cody-backend
Last synced: 12 months ago
JSON representation
Support library for CODY
- Host: GitHub
- URL: https://github.com/daemon/cody-backend
- Owner: daemon
- License: mit
- Created: 2025-01-18T09:54:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T04:27:41.000Z (over 1 year ago)
- Last Synced: 2025-01-19T05:24:47.517Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cody-backend
Support library for CODY
## Setup
### Development setup
1. Install Python 3.12 and [PyTorch](https://pytorch.org)
2. `git clone ssh://git@github.com/dameon/cody-backend.git && cd cody-backend && pip install -e .`
3. You're all set for development!