File size: 878 Bytes
042cef4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
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': 6,
'learned_func_folder': PosixPath('fn_gen/bin'),
'models': ['phi'],
'n_dataset_records': 1000,
'n_repetitions': 1,
'param_init_methods': ['rnd_naive_t', 'ones_t'],
'path': PosixPath('/workspace/master-thesis/logs/08395199-9988-438f-9b05-1fa53a404e2b'),
'percent_cores_used': 0.1,
'push_params_to_hub': True,
'random_seed': 42,
'run_id': '08395199-9988-438f-9b05-1fa53a404e2b',
'use_baselines': True,
'use_learned': True,
'warmup': 2}
|