comment #Preview & fix editorconfig check

This commit is contained in:
jhen 2023-12-17 11:37:55 +08:00
parent a520e87ed6
commit da44d45265
2 changed files with 11 additions and 8 deletions

View file

@ -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

View file

@ -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"
) // )
} // }