This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Missing Tests in JAX vs PyTorch | |
| Status: JAX has ZERO tests for /v1/score API | |
| The PyTorch version has 17 test methods across 2 test classes. The JAX version has none. | |
| --- | |
| Missing Test Class 1: TestScoreAPI (Engine-level tests) | |
| PyTorch location: test/registered/core/test_score_api.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Test Plan for /v1/score API (SGLang-JAX) | |
| Overview | |
| The JAX version currently lacks dedicated tests for the /v1/score API, while the PyTorch version has comprehensive coverage (14 test methods + integration tests). This plan | |
| aims to achieve feature parity and add JAX-specific tests. | |
| --- | |
| Phase 1: Core Functionality Tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SGL-JAX TPU Testing Setup Guide | |
| Complete guide for setting up and running SGL-JAX tests on Google Cloud TPU using SkyPilot. | |
| ## Table of Contents | |
| - [Prerequisites](#prerequisites) | |
| - [Step 1: Install SkyPilot](#step-1-install-skypilot) | |
| - [Step 2: Configure GCP Project](#step-2-configure-gcp-project) | |
| - [Step 3: Enable Required APIs](#step-3-enable-required-apis) | |
| - [Step 4: Configure SkyPilot](#step-4-configure-skypilot) |