diff --git a/app.py b/app.py index 1b2126b8..21a9061b 100644 --- a/app.py +++ b/app.py @@ -410,7 +410,12 @@ def team_brash(): @app.route("/team41") def team_41(): return render_template('teams/team41.html') - + @app.route("/team_jose_caden_wanni") def team_jose_caden_wanni(): return render_template('teams/team_jose_caden_wanni.html') + +@app.route("/jackie_chelsea") +def team_jackie_chelsea(): + return render_template('teams/jackie_chelsea.html') + diff --git a/static/img/Jackie_Luc.JPG b/static/img/Jackie_Luc.JPG new file mode 100644 index 00000000..90f2b424 Binary files /dev/null and b/static/img/Jackie_Luc.JPG differ diff --git a/templates/students_2025.html b/templates/students_2025.html index c5c2912d..cc9ea2f5 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -865,12 +865,28 @@

Summer 2025 Cohort

What I am looking for is to get real experinece in Summer open source project

-
-
- -
-
+
+
+ +
+
Jackie Luc
+
School: CSU Monterey Bay
+

What I most look forward to about this internship is making a contribution to an open source project, to gain some experience, and to learn new things!

+ Team page +
+ +
+
+ +
+
Xuan Hien Pham
+
School: John Jay College of Criminal Justice
+

What I am most looking forward to collab with other students to increase my technical and communication skills

+ Team: Jackie Luc & Xuan Hien Pham +
+ +
@@ -891,14 +907,15 @@

Summer 2025 Cohort

- +
+ +
Kujoon Kwon
School: Orange Coast College

What I look forward is to have experience in 2025 summmer open source project

Team page
-
@@ -910,6 +927,5 @@

Summer 2025 Cohort

Integrate Nvidia NIM microservices into TensorZero #767
- diff --git a/templates/teams/jackie_chelsea.html b/templates/teams/jackie_chelsea.html new file mode 100644 index 00000000..40aeda2a --- /dev/null +++ b/templates/teams/jackie_chelsea.html @@ -0,0 +1,16 @@ + + + TensorZero +

TensorZero is an open-source Rust gateway for industrial-grade LLM applications, offering high-performance inference, observability, optimization, + and evaluation.

+ + +

+ Our Github Issue +

+

The task we've been assigned is asking me to make the AI responses show text appearing word by word, like ChatGPT. + This is called “streaming”. It means that instead of waiting for the full response, the answer should come back piece + by piece as they're generated in real time. The problem is that this format is in JSON, and Rust can't parse incomplete + JSON chunks.

+ + \ No newline at end of file