Spaces:
Build error
Build error
add tensorboard module
Browse filesAvoid "ModuleNotFoundError: No module named 'tensorboard'"
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -14,4 +14,5 @@ triton==2.0.0.dev20220701
|
|
| 14 |
bitsandbytes
|
| 15 |
python-slugify
|
| 16 |
requests
|
|
|
|
| 17 |
https://github.com/apolinario/xformers/releases/download/0.0.2/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|
|
|
|
| 14 |
bitsandbytes
|
| 15 |
python-slugify
|
| 16 |
requests
|
| 17 |
+
tensorboard
|
| 18 |
https://github.com/apolinario/xformers/releases/download/0.0.2/xformers-0.0.14.dev0-cp38-cp38-linux_x86_64.whl
|