Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
KBaba7/llama.cpp
Jodaro
/
hermes3-llama-cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hermes3-llama-cpp
/
llama.cpp
/
ggml
/
src
/
ggml-vulkan
/
vulkan-shaders
/
generic_head.comp
KBaba7
Upload 2637 files
2a8cee5
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
160 Bytes
#extension GL_EXT_shader_16bit_storage : require
layout
(push_constant)
uniform
parameter
{
uint
KX;
uint
KY;
float
param1;
float
param2;
} p;