Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
drixo
/
nanochatt
like
0
Model card
Files
Files and versions
xet
Community
main
nanochatt
/
venv
/
lib
/
python3.10
/
site-packages
/
torch
/
include
/
c10
/
util
/
Half.h
drixo
Upload folder using huggingface_hub
838f737
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
301 Bytes
#
include
<torch/headeronly/util/Half.h>
// need to keep the following for BC because the APIs in here were exposed
// before migrating Half to torch/headeronly
#
if
(defined(CPU_CAPABILITY_AVX2) || defined(CPU_CAPABILITY_AVX512)) && \
!defined(__APPLE__)
#
include
<ATen/cpu/vec/vec_half.h>
#
endif