Skip to content

Conversation

@xzyaoi
Copy link
Collaborator

@xzyaoi xzyaoi commented May 13, 2025

No description provided.

xzyaoi and others added 22 commits April 8, 2025 11:38
* leftover minor

* minor

* fix dockerfile for x86_64 to include hopper

* fix benchmark script

* minor
* wip: revamp model registration

* fix gemma3 for causal LM

* gemma3

* update dockerfile
Bumps [transformers](https://github.com/huggingface/transformers) from 4.46.3 to 4.48.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.46.3...v4.48.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.48.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xiaozhe Yao <[email protected]>
* wip: offload support

* debug

* fix sampling

* fix aarch64 dockerfile

* update aarch script

* remove sgl-kernel from dependencies

* update dockerfile

* minor reorg

* remove templated message printout
* init: qwen3

* qwen3
@xzyaoi xzyaoi requested a review from Copilot May 13, 2025 16:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR (v0.1.6) updates and reorganizes the project’s documentation and build configuration. Key changes include:

  • Adding a new Quick Start guide (docs/src/content/docs/guides/quick_start.md) demonstrating how to start the API server with Docker.
  • Introducing a new Astro content configuration (docs/src/content.config.ts) and updated Astro configuration (docs/astro.config.mjs) for the documentation site.
  • Removing several legacy documentation files and examples, as well as a Docker build script, to streamline and update the project’s content and tooling.

Reviewed Changes

Copilot reviewed 131 out of 131 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/src/content/docs/guides/quick_start.md Adds a new Quick Start guide with Docker usage instructions
docs/src/content.config.ts Introduces the Astro docs collection configuration
docs/sources/*.md Removes outdated documentation files (toppings.md, quick_start.md, index.md, diff_openai.md, cli.md)
docs/package.json Adds package configuration for the docs project
docs/astro.config.mjs Adds Astro configuration for integrating Starlight and its theme
docs/README.md Updates the main docs README with new adoption links and information
docs/.gitignore Expands ignore patterns for build artifacts, local environment files, and directories
docker/build_image.sh Removes the Docker build script, indicating a possible migration to a new build or CI process
docs/examples/*.py Removes multiple example scripts from the documentation
Comments suppressed due to low confidence (3)

docs/sources/conf.py:1

  • The removal of the Sphinx configuration file (conf.py) indicates a transition away from Sphinx. Please ensure that the documentation build process is fully transitioned to Astro and update any related build instructions accordingly.
import sys

docker/build_image.sh:1

  • The removal of the Docker build script may affect local image build workflows. Consider updating the documentation to clearly describe the new process for building Docker images and integrating it into the CI/CD pipeline.
# get cpu arch

docs/sources/cli.md:1

  • The deletion of the CLI reference documentation might leave users without a clear guide on command usage. Verify that all necessary command usage details are available elsewhere or update the navigation to point to the new location of these details.
# CLI Reference

@xzyaoi xzyaoi merged commit 8d93486 into main May 27, 2025
0 of 2 checks passed
@xzyaoi xzyaoi deleted the dev branch May 27, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants