Skip to content

LocalQuantChat: A Solution For Locally Deploying Financial LLMs

Notifications You must be signed in to change notification settings

LLMQuant/LocalQuantChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

LocalQuantChat: A Solution For Locally Deploying Financial LLMs

Python 3.8 PyPI License

image

LocalQuantChat Overview

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.

Very first steps

Initialize your code

  1. Initialize git inside your repo:
cd alphaagent && git init
  1. 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.

  1. Initialize Poetry and install pre-commit hooks:
make install
make pre-commit-install
  1. Run the codestyle:
make codestyle
  1. 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

License

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.

About

LocalQuantChat: A Solution For Locally Deploying Financial LLMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published