Commit bcdecc8
Aegis-AI
fix: revert layers to internal to fix public-property-of-internal-type error
Qwen3TransformerBlock and Qwen3MoeDecoderLayer are internal types.
Declaring public let layers of those types violates Swift's access
control rules. callCapturing() is defined in the same module so can
access internal layers directly — no need to expose them publicly.1 parent 5cf3709 commit bcdecc8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments