Commit 56847fe
authored
fix flagcx torch backend bug and flaggems w8a8 mm not support on txda… (#326)
… flaggems.
<!--
Copyright 2026 FlagOS Contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
### PR Category
<!-- One of [Core | Vendor | OP | Tools | Others] -->
Vendor
### PR Type
<!-- One of [User Experience | New Features | Bug Fixes | Improvements |
Performance | Breaking Change | Deprecations | Test Case | Docs |
Others] -->
Bug Fixes
### Description
<!-- Describe what this PR does and why. -->
fix flagcx torch backend bug and flaggems w8a8 mm not support on txda
flaggems.
### Related Issues
<!-- Link any related issues: Fixes #issue, Closes #issue, or Related to
#issue -->
### Changes
<!-- List the key changes made in this PR. -->
- vllm_fl/__init__.py
- vllm_fl/platform.py1 parent fa3e117 commit 56847fe
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments