CoolFace
Modelpublic

Codeprocastinator/optimized-tinyllama-covalent

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes119downloads
.editorconfig51 linesDownload Raw Back to llama.cpp
1# https://EditorConfig.org2 3# Top-most EditorConfig file4root = true5 6# Unix-style newlines with a newline ending every file, utf-8 charset7[*]8end_of_line = lf9insert_final_newline = true10trim_trailing_whitespace = true11charset = utf-812indent_style = space13indent_size = 414 15[Makefile]16indent_style = tab17 18[scripts/*.mk]19indent_style = tab20 21[prompts/*.txt]22insert_final_newline = unset23 24[examples/server/public/*]25indent_size = 226 27[examples/server/public/deps_*]28trim_trailing_whitespace = unset29indent_style = unset30indent_size = unset31 32[examples/server/deps_*]33trim_trailing_whitespace = unset34indent_style = unset35indent_size = unset36 37[examples/llama.swiftui/llama.swiftui.xcodeproj/*]38indent_style = tab39 40[examples/cvector-generator/*.txt]41trim_trailing_whitespace = unset42insert_final_newline = unset43 44[models/templates/*.jinja]45indent_style = unset46indent_size = unset47end_of_line = unset48charset = unset49trim_trailing_whitespace = unset50insert_final_newline = unset51