bryanvine commited on
Commit
c3525d2
·
verified ·
1 Parent(s): 862f29b

Normalize saliency_file name in pruning manifest

Browse files
Files changed (1) hide show
  1. pruning_manifest.json +1 -1
pruning_manifest.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "source": "openai/gpt-oss-120b",
3
  "method": "expert removal, per-layer top-N by saliency file",
4
- "saliency_file": "mtkt-5090-expert-counts.json",
5
  "experts_kept_per_layer": [
6
  92,
7
  73,
 
1
  {
2
  "source": "openai/gpt-oss-120b",
3
  "method": "expert removal, per-layer top-N by saliency file",
4
+ "saliency_file": "rtx5090-expert-counts.json",
5
  "experts_kept_per_layer": [
6
  92,
7
  73,