Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
mbuali
/
Llama-3.1-8B-DALv0.1
like
0
Text Generation
PyTorch
8 languages
llama
facebook
meta
llama-3
conversational
arxiv:
2204.05149
License:
llama3.1
Model card
Files
Files and versions
Community
main
Llama-3.1-8B-DALv0.1
/
venv
/
lib
/
python3.12
/
site-packages
/
zmq
/
utils
/
getpid_compat.h
mbuali
Upload folder using huggingface_hub
d1ceb73
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
#
pragma
once
#
ifdef
_WIN32
#
include
<process.h>
#
define
getpid _getpid
#
else
#
include
<unistd.h>
#
endif