mtyrrell commited on
Commit
982122f
·
1 Parent(s): 1b8b74e
Files changed (2) hide show
  1. logs/app.log +6 -0
  2. model_params.cfg +6 -2
logs/app.log CHANGED
@@ -1368,3 +1368,9 @@ Make sure your token has the correct permissions.
1368
  2025-02-13 13:40:00,385 - auditqa.utils - INFO - logging done
1369
  2025-02-13 13:40:05,605 - auditqa.utils - INFO - logging done
1370
  2025-02-13 13:45:56,822 - __main__ - INFO - App launched
 
 
 
 
 
 
 
1368
  2025-02-13 13:40:00,385 - auditqa.utils - INFO - logging done
1369
  2025-02-13 13:40:05,605 - auditqa.utils - INFO - logging done
1370
  2025-02-13 13:45:56,822 - __main__ - INFO - App launched
1371
+ 2025-02-13 15:05:57,515 - datasets - INFO - PyTorch version 2.4.0 available.
1372
+ 2025-02-13 15:05:57,613 - sentence_transformers.SentenceTransformer - INFO - Load pretrained SentenceTransformer: BAAI/bge-large-en-v1.5
1373
+ 2025-02-13 15:05:59,491 - httpx - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
1374
+ 2025-02-13 15:05:59,504 - httpx - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
1375
+ 2025-02-13 15:05:59,515 - httpx - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
1376
+ 2025-02-13 15:06:00,079 - httpx - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
model_params.cfg CHANGED
@@ -13,5 +13,9 @@ NVIDIA_MODEL = meta-llama/Llama-3.1-8B-Instruct
13
  NVIDIA_ENDPOINT = https://huggingface.co/api/integrations/dgx/v1
14
  MAX_TOKENS = 512
15
  [app]
16
- repo_id = mtyrrell/audit_chatbot #GIZ/spaces_log
17
- path_in_repo = . # audit_chatbot
 
 
 
 
 
13
  NVIDIA_ENDPOINT = https://huggingface.co/api/integrations/dgx/v1
14
  MAX_TOKENS = 512
15
  [app]
16
+ repo_id = mtyrrell/audit_chatbot
17
+ path_in_repo = .
18
+
19
+
20
+ # GIZ/spaces_log
21
+ # audit_chatbot