Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
Gradio-llama2.mojo
like
24
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7a7fdfe
Gradio-llama2.mojo
/
read
/
libc
/
string
/
__init__.mojo
radames
new
c7eecb3
over 1 year ago
raw
Copy download link
history
blame
Safe
Wrap lines
146 Bytes
from memory.unsafe
import
Pointer
fn strnlen(
pointer
:
Pointer
[UInt8]) ->
Int
:
return
external_call[
"strnlen"
,
Int
,
Pointer
[UInt8]](
pointer
)