comment #Preview & fix editorconfig check
This commit is contained in:
parent
a520e87ed6
commit
da44d45265
2 changed files with 11 additions and 8 deletions
|
@ -23,3 +23,6 @@ insert_final_newline = unset
|
||||||
|
|
||||||
[examples/server/public/*]
|
[examples/server/public/*]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[examples/llama.swiftui/llama.swiftui.xcodeproj/*]
|
||||||
|
indent_style = tab
|
||||||
|
|
|
@ -108,11 +108,11 @@ struct DownloadButton: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#Preview {
|
// #Preview {
|
||||||
DownloadButton(
|
// DownloadButton(
|
||||||
llamaState: LlamaState(),
|
// llamaState: LlamaState(),
|
||||||
modelName: "TheBloke / TinyLlama-1.1B-1T-OpenOrca-GGUF (Q4_0)",
|
// modelName: "TheBloke / TinyLlama-1.1B-1T-OpenOrca-GGUF (Q4_0)",
|
||||||
modelUrl: "https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true",
|
// modelUrl: "https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true",
|
||||||
filename: "tinyllama-1.1b-1t-openorca.Q4_0.gguf"
|
// filename: "tinyllama-1.1b-1t-openorca.Q4_0.gguf"
|
||||||
)
|
// )
|
||||||
}
|
// }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue