Jiaxin Shan

Results 742 comments of Jiaxin Shan

Hi @kiriloman, autoscaler needs to be specified in the yaml. check this example out. Do you think following doc helpful? If not, feel free to share your thoughts and we...

Great to see the proposal! We are doing experiments to offload reusable KV contents to external cache store. Happy to discuss more details.

Agree. it used to have GHCR build https://github.com/vllm-project/aibrix/blob/fcc08964982c59cb9e3d4a9acb6634c9ab7741f8/.github/workflows/docker-push-images.yml#L39-L46 After we transferred the repo, it doesn't have package write permission. We can resolve this issue either adopting previous orgs or ask...

Option 1: We can ask vLLM repo's `write:package` permission, but the trick thing is it doesn't have namespace to use. for example, the controller-manager image becomes `ghcr.io/vllm-project/controller-manager:v0.3.0` instead of `ghcr.io/vllm-project/aibrix/controller-manager:v0.3.0`....

![Image](https://github.com/user-attachments/assets/068af482-3623-4328-8fde-661293f197c8) Need to change the scope here. ![Image](https://github.com/user-attachments/assets/311552ba-88b9-4ca2-bbde-9508df3ac613)

Seems there's no easy way to grant the access. I will create a personal access token just with write:packages permission and use it as `AIBRIX_ORG_PACKAGE_UPDATE_GITHUB_TOKEN` scope: - write:packages - read:packages...

![Image](https://github.com/user-attachments/assets/72b31403-23d7-4576-89c8-b07c47c62fa6) classic token has been disabled. The trick thing is ![Image](https://github.com/user-attachments/assets/3712517d-bdc6-4a07-be81-44f21c7a4ec3) ref: - https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-to-github-packages - https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#personal-access-tokens-classic

then we have to re-enable classic tokens ![Image](https://github.com/user-attachments/assets/0b535050-4a76-45e4-a67a-e42346b974e0) ![Image](https://github.com/user-attachments/assets/43171fb8-f235-4765-919e-1fdbacbe9084)

![Image](https://github.com/user-attachments/assets/5a5f17fd-3f22-458f-96ec-1664a12965c4) Update: ![Image](https://github.com/user-attachments/assets/afab3369-29b0-4bca-bbba-67a3c07d96c1)

https://github.com/vllm-project/aibrix/actions/runs/14801263519/job/41567850682 job pass and we can close this story.