Go to file
austin 56594eb667
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good
gguf header loading
2025-01-07 13:03:58 -05:00
.vscode add mypy extension 2025-01-02 10:04:32 -05:00
data work on describing things 2025-01-06 12:31:18 -05:00
docs definiition files 2025-01-05 16:48:12 -05:00
src gguf header loading 2025-01-07 13:03:58 -05:00
.gitignore re-add model files to allow testing 2024-12-31 21:38:58 -05:00
current_goal.txt more notes 2025-01-03 19:58:15 -05:00
dependency-reduced-pom.xml second name transmit sentence 2024-12-31 19:40:31 -05:00
Jenkinsfile fix java version 2024-12-29 11:26:49 -05:00
llama.log gguf header loading 2025-01-07 13:03:58 -05:00
mypy.ini mypy config update 2024-12-28 18:03:53 -05:00
pom.xml add nlp parser 2024-12-29 15:52:43 -05:00
pyproject.toml first commit 2024-12-28 18:01:52 -05:00
README.md classification model for sentence function 2024-12-29 14:05:27 -05:00
web.json allow circle web deps and dedup at runtime 2024-12-30 14:54:15 -05:00

python -m venv .venv
source ./.venv/Scripts/activate
pip install tensorflow keras mypy pandas numpy types-tensorflow

In settings, make sure to check Run Using Active Interpreter in mypy settings