You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Florin Tobler adcb172da4 fix cache 5 months ago
.vscode ide settings 6 months ago
tests refined tool use 5 months ago
.gitignore add python venv 5 months ago
__main__.py refined tool use 5 months ago
chat_template.json made a chatbot 6 months ago
gpt2.py gpt2 tests 6 months ago
inference.py fix cache 5 months ago
llama.py different caching strategy 5 months ago
math_ast.py add mathematical solver engine based on sympy 6 months ago
math_interpreter.py refined tool use 5 months ago
math_lexer.py add mathematical solver engine based on sympy 6 months ago
nvidia_smi.py polling stats 5 months ago
readme.md ubuntu installation instructions 5 months ago
requirements.txt first tests 6 months ago
tool_functions.py refined tool use 5 months ago
tool_helper.py add mathematical solver engine based on sympy 6 months ago
utils.py save string to file for command line debug 6 months ago

readme.md

install on fresh ubuntu

sudo apt-get install openssh-server htop iotop git python3-pip python3-venv
git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "MY_NAME@example.com"
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt

sudo apt-get install python3-pip python3-venv