Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -18,7 +18,7 @@ transformers==4.26.1 # Hugging Face Transformers library (for model usag
|
|
| 18 |
notebook==7.2.2 # For running Jupyter Notebooks in your project
|
| 19 |
|
| 20 |
# Optional - TensorBoard for Visualizing Training Process (if applicable to larger models)
|
| 21 |
-
tensorboard==2.19.
|
| 22 |
|
| 23 |
# Extras for performance and speedups
|
| 24 |
xgboost==3.0.0 # Gradient boosting library (optional, if you want to use advanced tree-based models)
|
|
|
|
| 18 |
notebook==7.2.2 # For running Jupyter Notebooks in your project
|
| 19 |
|
| 20 |
# Optional - TensorBoard for Visualizing Training Process (if applicable to larger models)
|
| 21 |
+
tensorboard==2.19.0 # For tracking and visualizing model training
|
| 22 |
|
| 23 |
# Extras for performance and speedups
|
| 24 |
xgboost==3.0.0 # Gradient boosting library (optional, if you want to use advanced tree-based models)
|