Spaces:
Running
Running
cleanup a bit the files
Browse files- MODEL_RECOVERY_GUIDE.md β docs/MODEL_RECOVERY_GUIDE.md +0 -0
- QUANTIZATION_FIX_SUMMARY.md β docs/QUANTIZATION_FIX_SUMMARY.md +0 -0
- requirements_quantization.txt β requirements/requirements_quantization.txt +0 -0
- cloud_deploy.py β scripts/rescue/cloud_deploy.py +0 -0
- cloud_recovery.sh β scripts/rescue/cloud_recovery.sh +0 -0
- process_model.py β scripts/rescue/process_model.py +0 -0
- quantize_and_push.py β scripts/rescue/quantize_and_push.py +0 -0
- quick_deploy.py β scripts/rescue/quick_deploy.py +0 -0
- recover_model.py β scripts/rescue/recover_model.py +0 -0
- scripts/trackio_tonic/README.md +2 -2
- test_quantization_fix.py β tests/test_quantization_fix.py +0 -0
- test_safetensors_fix.py β tests/test_safetensors_fix.py +0 -0
MODEL_RECOVERY_GUIDE.md β docs/MODEL_RECOVERY_GUIDE.md
RENAMED
File without changes
|
QUANTIZATION_FIX_SUMMARY.md β docs/QUANTIZATION_FIX_SUMMARY.md
RENAMED
File without changes
|
requirements_quantization.txt β requirements/requirements_quantization.txt
RENAMED
File without changes
|
cloud_deploy.py β scripts/rescue/cloud_deploy.py
RENAMED
File without changes
|
cloud_recovery.sh β scripts/rescue/cloud_recovery.sh
RENAMED
File without changes
|
process_model.py β scripts/rescue/process_model.py
RENAMED
File without changes
|
quantize_and_push.py β scripts/rescue/quantize_and_push.py
RENAMED
File without changes
|
quick_deploy.py β scripts/rescue/quick_deploy.py
RENAMED
File without changes
|
recover_model.py β scripts/rescue/recover_model.py
RENAMED
File without changes
|
scripts/trackio_tonic/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
@@ -8,7 +8,7 @@ sdk_version: 5.38.0
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
11 |
-
short_description:
|
12 |
---
|
13 |
|
14 |
# Trackio Experiment Tracking
|
|
|
1 |
---
|
2 |
+
title: Track Tonic
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
|
|
8 |
app_file: app.py
|
9 |
pinned: true
|
10 |
license: mit
|
11 |
+
short_description: track tonic for training monitoring
|
12 |
---
|
13 |
|
14 |
# Trackio Experiment Tracking
|
test_quantization_fix.py β tests/test_quantization_fix.py
RENAMED
File without changes
|
test_safetensors_fix.py β tests/test_safetensors_fix.py
RENAMED
File without changes
|