File size: 743 Bytes
596a0a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3c8306f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "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
}