Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
sleepyhead111
/
vllm_fairseq
like
0
ONNX
Safetensors
Model card
Files
Files and versions
xet
Community
main
vllm_fairseq
/
mosesdecoder
/
scripts
/
ems
/
web
/
comment.php
sleepyhead111
Add files using upload-large-folder tool
892ff1b
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
111 Bytes
<?php
$fp
=
fopen
(
"comment"
,
"a"
);
fwrite
(
$fp
,
$_GET
{
'run'
} .
";"
.
$_GET
{
'text'
} .
"\n"
);
fclose
(
$fp
);
?>