alright add transformers as a dep of the repo because it should be easy to evaluate the CORE score of HF models. Not super happy about it but i tried it and the uv.lock doesn't get bloated as much as i expected

This commit is contained in:
Andrej Karpathy
2026-01-04 20:37:28 +00:00
parent ed2082fbc4
commit 962b6bfba3
3 changed files with 57 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ dependencies = [
"tiktoken>=0.11.0",
"tokenizers>=0.22.0",
"torch>=2.8.0",
"transformers>=4.57.3",
"uvicorn>=0.36.0",
"wandb>=0.21.3",
]