-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenterprise_test_config.json
More file actions
46 lines (46 loc) · 1.17 KB
/
enterprise_test_config.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"run_large_scale_models": true,
"run_vision_models": true,
"run_distributed_verification": true,
"run_enterprise_features": true,
"run_memory_optimization": true,
"run_security_features": true,
"timeout_settings": {
"large_scale_models": 600,
"vision_models": 300,
"distributed_verification": 180,
"enterprise_features": 120,
"memory_optimization": 60,
"security_features": 30
},
"enterprise_settings": {
"enable_authentication": true,
"enable_audit_logging": true,
"enable_rate_limiting": true,
"enable_encryption": true,
"max_concurrent_jobs": 10,
"session_timeout": 3600,
"max_requests_per_minute": 100
},
"distributed_settings": {
"num_nodes": 8,
"node_timeout": 300,
"max_concurrent_proofs": 5,
"enable_load_balancing": true,
"enable_fault_tolerance": true
},
"large_scale_settings": {
"max_memory_gb": 64,
"use_model_parallelism": true,
"use_mixed_precision": true,
"num_gpus": 8,
"chunk_size": 128
},
"vision_settings": {
"image_size": 224,
"patch_size": 16,
"num_channels": 3,
"use_class_token": true,
"use_positional_embeddings": true
}
}