Commit c2e22ae
authored
feat: update llama.cpp to ggml-org/llama.cpp@7c158fbb4 (abetlen#2268)
1 parent 9013c1d commit c2e22ae
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
- AGENTS.md+134-54
- build-xcframework.sh+1-8
- common/CMakeLists.txt+2
- common/arg.cpp+9-3
- common/imatrix-loader.cpp+165
- common/imatrix-loader.h+26
- conversion/gemma.py+11-4
- examples/speculative-simple/speculative-simple.cpp+5-5
- ggml/src/ggml-cpu/arch/wasm/quants.c+72
- src/llama-model.cpp+9
- tools/CMakeLists.txt+2-2
- tools/imatrix/imatrix.cpp+49-193
- tools/quantize/quantize.cpp+57-162
- tools/server/server-context.cpp+10-7
- tools/server/server-http.h+1
- tools/ui/package-lock.json+966-757
- tools/ui/package.json+70-68
- tools/ui/src/lib/components/app/actions/ActionIcon.svelte+20-16
- tools/ui/src/lib/components/app/badges/BadgeInfo.svelte+4-4
- tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemThumbnailFile.svelte+3-1
- tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsList/ChatAttachmentsListItem/ChatAttachmentsListItemThumbnailImage.svelte+1-1
- tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddSheet.svelte+1-2
- tools/ui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionAdd/ChatFormActionAddToolsSubmenu.svelte+23-16
- tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageAgenticContent.svelte+18-2
- tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageStatistics/ChatMessageStatistics.svelte+59-80
- tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessageStatistics/ChatMessageStatisticsBadge.svelte+9-6
- tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenActionScrollDown.svelte+3-6
- tools/ui/src/lib/components/app/content/CollapsibleContentBlock.svelte+44-8
- tools/ui/src/lib/components/app/misc/HorizontalScrollCarousel.svelte+10-11
- tools/ui/src/lib/components/app/models/ModelBadge.svelte+6-3
- tools/ui/src/lib/components/app/models/ModelsSelectorDropdown.svelte+73-69
- tools/ui/src/lib/components/app/navigation/DropdownMenuActions.svelte+20-16
- tools/ui/src/lib/components/app/navigation/SidebarNavigation/SidebarNavigationConversationItem.svelte+18-7
- tools/ui/src/lib/components/app/settings/SettingsChat/SettingsChatToolsTab.svelte+8-10
- tools/ui/src/lib/constants/formatters.ts+27
- tools/ui/src/lib/constants/storage.ts+3
- tools/ui/src/lib/hooks/use-throttle.svelte.ts+32
- tools/ui/src/lib/hooks/use-tools-panel.svelte.ts+9-18
- tools/ui/src/lib/stores/tools.svelte.ts+156-193
- tools/ui/src/lib/types/tools.d.ts+3-1
- tools/ui/src/lib/utils/agentic.ts+3-1
- tools/ui/src/lib/utils/formatters.ts+35-1
- tools/ui/src/lib/utils/index.ts+2-1
- tools/ui/tests/stories/SidebarNavigation.stories.svelte+13-9
- tools/ui/tests/stories/a11y/ActionIcon.a11y.stories.svelte+34
- tools/ui/tests/stories/a11y/ChatMessageStatistics.a11y.stories.svelte+50
- tools/ui/tests/stories/a11y/ChatScreenForm.a11y.stories.svelte
- tools/ui/tests/stories/a11y/HorizontalScrollCarousel.a11y.stories.svelte+69
- tools/ui/tests/stories/a11y/SidebarNavigationConversationItem.a11y.stories.svelte+36
- tools/ui/vite.config.ts+14-13
0 commit comments