Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
ZeroWw
/
gemma-2-9b-SBS
like
0
English
License:
mit
Model card
Files
Files and versions
xet
Community
main
gemma-2-9b-SBS
/
gemma.cpp
/
build
/
_deps
/
benchmark-src
/
cmake
/
steady_clock.cpp
ZeroWw
Upload folder using huggingface_hub
055eba4
verified
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
136 Bytes
#
include
<chrono>
int
main
()
{
typedef
std::chrono::steady_clock Clock;
Clock::time_point tp = Clock::
now
();
((
void
)tp);
}