💬 Commit message: Update 2026-02-14 07:10:06, 4 files, 12 lines
📁 Files changed: 4 📝 Lines changed: 12 • index-D2fa7i11.css • index-Dd0b3iAi.js • index.html • GenerateView.vue
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -5,8 +5,8 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Tensors</title>
|
||||
<script type="module" crossorigin src="/assets/index-BsfOJ0lW.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DUfzPzFk.css">
|
||||
<script type="module" crossorigin src="/assets/index-Dd0b3iAi.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D2fa7i11.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -149,7 +149,7 @@ async function generate() {
|
||||
:disabled="store.switchingModel || generating"
|
||||
density="compact"
|
||||
hide-details
|
||||
style="min-width: 180px"
|
||||
style="width: 200px"
|
||||
@update:model-value="handleModelChange"
|
||||
/>
|
||||
</div>
|
||||
@@ -162,7 +162,7 @@ async function generate() {
|
||||
:disabled="generating"
|
||||
density="compact"
|
||||
hide-details
|
||||
style="min-width: 150px"
|
||||
style="width: 150px"
|
||||
/>
|
||||
<v-text-field
|
||||
v-model.number="store.loraWeight"
|
||||
|
||||
Reference in New Issue
Block a user