Spaces:
Sleeping
Sleeping
Add tiktoken dependency
Browse files🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,4 @@ gradio>=4.44.0
|
|
| 2 |
transformers>=4.35.0
|
| 3 |
torch>=2.0.0
|
| 4 |
pandas>=2.0.0
|
|
|
|
|
|
| 2 |
transformers>=4.35.0
|
| 3 |
torch>=2.0.0
|
| 4 |
pandas>=2.0.0
|
| 5 |
+
tiktoken>=0.5.0
|