Skip to content

Conversation

tjandy98
Copy link
Contributor

@tjandy98 tjandy98 commented Aug 2, 2025

No description provided.

Copy link
Collaborator

@DaltheCow DaltheCow left a comment

Choose a reason for hiding this comment

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

Hey thanks for fixing this!

tjandy98 and others added 4 commits August 6, 2025 21:57
## Summary

<!--
Include a short paragraph of the changes introduced in this PR.
If this PR requires additional context or rationale, explain why
the changes are necessary.
-->
This PR adds templates for issues and pull requests. This helps
maintainers by encouraging users/contributors to provide all necessary
information.

## Details

<!--
Provide a detailed list of all changes introduced in this pull request.
-->
- [x] Add issue templates from
[llm-compressor](https://github.com/vllm-project/llm-compressor)
- [x] Add a PR template

## Test Plan

<!--
List the steps needed to test this PR.
-->
- Open a PR or issue using the given templates

---

- [x] "I certify that all code in this PR is my own, except as noted
below."

## Use of AI

- [ ] Includes AI-assisted code completion
- [x] Includes code generated by an AI application
- [ ] Includes AI-generated tests (NOTE: AI written tests should have a
docstring that includes `## WRITTEN BY AI ##`)

## External Sources

- [x] Other compatible open source projects

---------

Signed-off-by: Samuel Monson <[email protected]>
Signed-off-by: tjandy98 <[email protected]>
I just wanted to touch this up a little so we can close out this issue:
vllm-project#209

Signed-off-by: dalthecow <[email protected]>
Co-authored-by: Samuel Monson <[email protected]>
Signed-off-by: tjandy98 <[email protected]>
## Summary

The local html report was broken on firefox. There is some issue caused
by Next.js. I tried many things and finally fixed it by downgrading the
version from 15 to 13.

Other changes in here include removing dynamic exports which have long
been unneeded and were contributing to the firefox issues. Also after
downgrading versions there were other things that broke that have been
updated here.

I'll report the issue with Next.js 15 and hopefully this can be further
investigated so we can upgrade again in the future.

## Details

- Remove most of the dynamic exports
- Downgrade from Next.js 15.3.4 to 13.4.0.
- Fix ensuing issues created by downgrade including eslint.config.js
issues, change next config from .ts to .mjs, add experimental
esmExternals config option, remove cypress lint config globals as they
were breaking.

## Test Plan

- Mostly just need to get all of the checks passing and ensure cypress
tests still function. The app works in firefox now.

---

"I certify that all code in this PR is my own, except as noted below."

## Use of AI

None

Signed-off-by: dalthecow <[email protected]>
Signed-off-by: tjandy98 <[email protected]>
@DaltheCow DaltheCow merged commit 1261fe8 into vllm-project:main Aug 6, 2025
17 of 18 checks passed
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.

3 participants