Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
jonl521
/
modeling_simple
like
0
Transformers
License:
mit
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
modeling_simple
/
.venv
/
lib
/
python3.14
/
site-packages
/
torch
/
include
/
fp16.h
jonl521
Upload folder using huggingface_hub
2216aae
verified
24 days ago
raw
Copy download link
history
blame
contribute
delete
141 Bytes
#
pragma
once
#
ifndef
FP16_H
#
define
FP16_H
#
include
<fp16/fp16.h>
#
if
defined(PSIMD_H)
#
include
<fp16/psimd.h>
#
endif
#
endif
/* FP16_H */