Introducing BitMind, your AI-powered gaming voice assistant. Tired of pausing your game to search for information? Spending hours browsing the web to get some information that shouldn't be hard to get? Miss those guide books that never needed an internet connection to work ? BitMind is here to revolutionize your gaming experience. With just a command, get instant answers to your questions, real-time strategies, and personalized tips tailored to your playstyle.
To install and run this project, follow these steps:
- Clone the repository.
git clone https://github.com/akshat-sj/bitmind.git
- Create conda environment based on provided yaml file
conda env create --file=env.yaml conda activate ryzenai-transformers
- Setup environment
.\setup.bat - Build dependancies
pip install ops\cpp --force-reinstall
To use this project, follow these steps:
- We need to setup the environment every time the conda environment is disconnected
.\setup.bat - Download weights and quantize the model
python run_awq.py --w_bit 4 --task quantize
- Running the makefile now
cd llama2 make
I would like to express my sincere gratitude to AMD for providing the mini PC and software, enabling me to participate in the hackathon.