fix: update model filename to gpu-int4 variant
This commit is contained in:
@@ -91,13 +91,13 @@ class _InstructionCard extends StatelessWidget {
|
||||
const SizedBox(height: 10),
|
||||
_Step(
|
||||
n: '1',
|
||||
text: 'Download gemma-2b-it-cpu-int4.bin from Kaggle '
|
||||
text: 'Download gemma-2b-it-gpu-int4.bin from Kaggle '
|
||||
'(requires a free Google account and licence acceptance).',
|
||||
),
|
||||
_Step(
|
||||
n: '2',
|
||||
text: 'Transfer the file to the device using adb:\n'
|
||||
'adb push gemma-2b-it-cpu-int4.bin '
|
||||
'adb push gemma-2b-it-gpu-int4.bin '
|
||||
r'$(adb shell run-as net.stefwill.dailyou '
|
||||
r'printenv DATA_DIR)/files/',
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user