|
--- |
|
language: en |
|
license: mit |
|
--- |
|
|
|
# Test Configurations |
|
{'backend': 'inductor', |
|
'bits': [8, 7, 6, 5, 4], |
|
'compile': False, |
|
'datasets': ['wikitext', 'imagenet', 'librispeech', 'diffusion'], |
|
'debug': False, |
|
'device': device(type='cuda', index=0), |
|
'do_global_training': False, |
|
'folders_range': [0, 70], |
|
'func_benchmark_timeout_s': 3600, |
|
'hub_username': 'Diogo-V', |
|
'instrument_mode': 'model_wise', |
|
'layer_quant_workers': 7, |
|
'learned_func_folder': PosixPath('fn_gen/bin'), |
|
'models': ['phi'], |
|
'n_dataset_records': 1000, |
|
'n_repetitions': 1, |
|
'param_init_methods': ['ones_noisy_scale', 'rnd_noisy_scale'], |
|
'path': PosixPath('/workspace/master-thesis/logs/b6dc64eb-14f6-4f22-8eec-912756b330d3'), |
|
'percent_cores_used': 0.1, |
|
'push_params_to_hub': True, |
|
'random_seed': 42, |
|
'run_id': 'b6dc64eb-14f6-4f22-8eec-912756b330d3', |
|
'use_baselines': True, |
|
'use_learned': True, |
|
'warmup': 2} |
|
|