Diogo-V commited on
Commit
283631a
1 Parent(s): 4237880

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -4,4 +4,28 @@ license: mit
4
  ---
5
 
6
  # Test Configurations
7
- WIP
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Test Configurations
7
+ {'backend': 'inductor',
8
+ 'bits': [8, 7, 6, 5, 4],
9
+ 'compile': False,
10
+ 'datasets': ['wikitext', 'imagenet', 'librispeech', 'diffusion'],
11
+ 'debug': False,
12
+ 'device': device(type='cuda', index=0),
13
+ 'do_global_training': True,
14
+ 'folders_range': [0, 70],
15
+ 'func_benchmark_timeout_s': 3600,
16
+ 'hub_username': 'Diogo-V',
17
+ 'instrument_mode': 'model_wise',
18
+ 'layer_quant_workers': 6,
19
+ 'learned_func_folder': PosixPath('fn_gen/bin'),
20
+ 'models': ['opt'],
21
+ 'n_dataset_records': 1000,
22
+ 'n_repetitions': 1,
23
+ 'param_init_methods': ['nlr_t_lin'],
24
+ 'path': PosixPath('/workspace/master-thesis/logs/ab6802a9-7090-4c08-93df-7a1f90d04f11'),
25
+ 'percent_cores_used': 0.1,
26
+ 'push_params_to_hub': True,
27
+ 'random_seed': 42,
28
+ 'run_id': 'ab6802a9-7090-4c08-93df-7a1f90d04f11',
29
+ 'use_baselines': True,
30
+ 'use_learned': True,
31
+ 'warmup': 2}