Jamie Hlusko Claude Sonnet 4.6 commited on
Commit ·
2f89dd7
1
Parent(s): 0a8e15e
Add torchtune and torchao required by model custom code
Browse filesThe transcoda model uses trust_remote_code=True and its modeling file
imports torchtune at load time. torchao is also required transitively.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
gradio
|
| 2 |
transformers==4.54.1
|
| 3 |
torch==2.8.0
|
|
|
|
|
|
|
| 4 |
pillow
|
| 5 |
numpy
|
| 6 |
accelerate
|
|
|
|
| 1 |
gradio
|
| 2 |
transformers==4.54.1
|
| 3 |
torch==2.8.0
|
| 4 |
+
torchtune
|
| 5 |
+
torchao
|
| 6 |
pillow
|
| 7 |
numpy
|
| 8 |
accelerate
|