Commit 6ffdd4a
committed
Fix CI: remove onCleared (close() not in published AAR) and revert temperature
- Remove onCleared() override — LlmModule.close() was added in the
Kotlin conversion (#19211) but the published Maven AAR still ships
the old Java version without it
- Revert DEFAULT_TEMPERATURE to 0.0 — users can set temperature via
the UI settings; no need to change the default
Authored with Claude.1 parent e5a8645 commit 6ffdd4a
2 files changed
Lines changed: 1 addition & 8 deletions
File tree
- llm/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo
- ui/viewmodel
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 99 | | |
107 | 100 | | |
108 | 101 | | |
| |||
0 commit comments