Skip to content

Commit 3551543

Browse files
chore: revert model
1 parent f888231 commit 3551543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/llm/app/llm_tool_calling/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Spinner from '../../components/Spinner';
1919
import {
2020
useLLM,
2121
DEFAULT_SYSTEM_PROMPT,
22-
HAMMER2_1_0_5B_QUANTIZED,
22+
HAMMER2_1_1_5B_QUANTIZED,
2323
} from 'react-native-executorch';
2424
import PauseIcon from '../../assets/icons/pause_icon.svg';
2525
import ColorPalette from '../../colors';
@@ -44,7 +44,7 @@ function LLMToolCallingScreen() {
4444
const textInputRef = useRef<TextInput>(null);
4545
const { setGlobalGenerating } = useContext(GeneratingContext);
4646

47-
const llm = useLLM({ model: HAMMER2_1_0_5B_QUANTIZED });
47+
const llm = useLLM({ model: HAMMER2_1_1_5B_QUANTIZED });
4848

4949
useEffect(() => {
5050
setGlobalGenerating(llm.isGenerating);

0 commit comments

Comments
 (0)