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
koichi12
/
llm_tutorial
like
3
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
a2eefda
llm_tutorial
/
.venv
/
lib
/
python3.11
/
site-packages
/
torch
/
include
/
fp16.h
koichi12
Add files using upload-large-folder tool
44b4c93
verified
over 1 year ago
raw
Copy download link
history
blame
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 */