Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gaston895
/
opengsstec
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
opengsstec
/
src
/
memory
/
node-llama.ts
OpenClaw Deploy
Deploy OpenClaw to Hugging Face
c1243f9
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
82 Bytes
export
async
function
importNodeLlamaCpp
(
) {
return
import
(
"node-llama-cpp"
);
}