whisper-data / runtime /runtime_config.json
shubhjn's picture
Upload runtime/runtime_config.json with huggingface_hub
596a0a0 verified
raw
history blame contribute delete
743 Bytes
{
"selected_profile": "self-learner-turbo",
"config": {
"backend": "micro_transformer",
"model_id": "whisper-micro-transformer",
"gguf_model_path": "",
"airllm_model_id": "",
"airllm_model_path": "",
"bitnet_model_path": "",
"bitnet_repo_path": "",
"bitnet_command_template": "",
"max_context_tokens": 1024,
"max_new_tokens": 384,
"device": "cpu",
"allow_remote_code": false,
"n_threads": 4,
"micro_checkpoint_path": "/app/data/checkpoints/latest.pt",
"micro_quantized_checkpoint_path": "/app/data/checkpoints/latest-int8.pt",
"micro_tokenizer_path": "/app/data/checkpoints/tokenizer.json",
"micro_use_dynamic_quantization": true
},
"updated_at": 1775804266.7881534
}