SaiBon99 commited on
Commit
b016929
·
1 Parent(s): 4f59c8a

add initial project setup with Gradio chat interface and model integration

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -0
pyproject.toml CHANGED
@@ -6,4 +6,6 @@ readme = "README.md"
6
  requires-python = ">=3.13"
7
  dependencies = [
8
  "gradio>=6.0.1",
 
 
9
  ]
 
6
  requires-python = ">=3.13"
7
  dependencies = [
8
  "gradio>=6.0.1",
9
+ "llama-cpp-python>=0.2.0",
10
+ "huggingface_hub>=0.20.0",
11
  ]