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.
|
5 months ago | |
---|---|---|
.vscode | 6 months ago | |
tests | 5 months ago | |
.gitignore | 5 months ago | |
__main__.py | 5 months ago | |
chat_template.json | 6 months ago | |
download_model.py | 5 months ago | |
generation_loop.py | 5 months ago | |
gpt2.py | 6 months ago | |
inference.py | 5 months ago | |
inference_profile_test.py | 5 months ago | |
llama.py | 5 months ago | |
math_ast.py | 6 months ago | |
math_interpreter.py | 5 months ago | |
math_lexer.py | 6 months ago | |
model_selection.py | 5 months ago | |
modelconfig.py | 5 months ago | |
nvidia_smi.py | 5 months ago | |
readme.md | 5 months ago | |
requirements.txt | 5 months ago | |
tool_functions.py | 5 months ago | |
tool_helper.py | 6 months ago | |
utils.py | 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