Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
matthoffner/starchat-ui
gsaivinay
/
Llama-2-13B-GGML-UI
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Llama-2-13B-GGML-UI
/
types
/
data.ts
gsaivinay
Duplicate from matthoffner/starchat-ui
a28cd69
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
63 Bytes
export
interface
KeyValuePair
{
key
:
string
;
value
:
any
;
}