Shreeraj Mummidivarapu commited on
Commit
d86d6a2
·
unverified ·
1 Parent(s): 0c20f33

Eswar Ki Krupa !!

Browse files
Files changed (1) hide show
  1. openenv.yaml +15 -1
openenv.yaml CHANGED
@@ -3,7 +3,8 @@ name: cognitive-load-manager
3
  type: space
4
  runtime: fastapi
5
  app: server.app:app
6
- port: https://huggingface.co/spaces/anonymousDevil/cognitive-load-manager
 
7
  description: Cognitive Load Manager (CLM) simulates human cognitive load (energy, stress, fatigue) while managing tasks with deadlines.
8
  version: "1.0.0"
9
 
@@ -37,3 +38,16 @@ scoring:
37
  reward_range: [0.01, 0.99]
38
  success_threshold: 0.5
39
  score_formula: deterministic_grader
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  type: space
4
  runtime: fastapi
5
  app: server.app:app
6
+ port: 7860
7
+
8
  description: Cognitive Load Manager (CLM) simulates human cognitive load (energy, stress, fatigue) while managing tasks with deadlines.
9
  version: "1.0.0"
10
 
 
38
  reward_range: [0.01, 0.99]
39
  success_threshold: 0.5
40
  score_formula: deterministic_grader
41
+
42
+ constraints:
43
+ max_runtime_seconds: 1800
44
+ max_memory_gb: 8
45
+ max_vcpu: 2
46
+
47
+ inference:
48
+ script: "inference.py"
49
+ env_vars:
50
+ - API_BASE_URL
51
+ - MODEL_NAME
52
+ - HF_TOKEN
53
+ - API_KEY