-
Notifications
You must be signed in to change notification settings - Fork 4
v0.1.6 #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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
* 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
There was a problem hiding this 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.