← back to Exo
ci logs
6243846eeb89811545e7199adab2223523ba2744 · 2024-08-22 20:49:40 +0100 · Alex Cheema
Files touched
Diff
commit 6243846eeb89811545e7199adab2223523ba2744
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Aug 22 20:49:40 2024 +0100
ci logs
---
.circleci/config.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 88034987..008da5cc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -44,6 +44,7 @@ commands:
# Check processes before proceeding
check_processes
+ echo "Sending request to first instance..."
response_1=$(curl -s http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
@@ -56,6 +57,7 @@ commands:
# Check processes after first response
check_processes
+ echo "Sending request to second instance..."
response_2=$(curl -s http://localhost:8001/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
← cfe980bd simplify ci
·
back to Exo
·
run tokenizers test in ci, run all models available 1f9d16ec →