sync changes from nomic-ai/llama.cpp

This commit is contained in:
Jared Van Bortel 2023-12-13 17:51:59 -05:00
parent 7ac0862445
commit 2d0a8abc64
20 changed files with 478 additions and 372 deletions

1
scripts/convert_shaders.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""
Script to handle conversion of compute shaders to spirv and to headers
"""