Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mirkodandrea
/
MIDI-GPT-inference-docker
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MIDI-GPT-inference-docker
/
src
/
inference
/
version.h
Paul Triana
initial commit
6229e10
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
73 Bytes
#
include
<string>
std
::
string
version
()
{
return
"2020-08-19_09-17-11"
; }