LocalQuantChat is a repository primarily designed for deploying large models locally and running them efficiently. It leverages SFT and RLHF to fine-tune these models with financial data. This approach not only enhances the performance of the models but also ensures the security and privacy of customers' data.
- Initialize
git
inside your repo:
cd alphaagent && git init
- If you don't have
Poetry
installed run:
make poetry-download
This installs Poetry as a [standalone application][fs1]. If you prefer, install it through your distribution's package manager.
- Initialize Poetry and install
pre-commit
hooks:
make install
make pre-commit-install
- Run the codestyle:
make codestyle
- Upload initial code to GitHub:
git add .
git commit -m ":tada: Initial commit"
git branch -M main
git remote add origin https://github.com/llmquant/alphaagent.git
git push -u origin main
This project is licensed under the Apache-2.0 License. See the LICENSE file for more details.
Disclaimer: The information provided in this repository is for educational purposes only and should not be construed as financial advice. Always consult with a qualified financial advisor before making any investment decisions.