Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qgyd2021
/
gpt2_chat
like
0
Running
App
Files
Files
Community
645bcd6
gpt2_chat
/
examples
/
chinese_porn_novel
/
stop.sh
qgyd2021
[update]add model
03ee06f
about 1 year ago
raw
Copy download link
history
blame
Safe
208 Bytes
#!/usr/bin/env bash
kill
-9 `ps -aef | grep
'run.sh'
| grep -v grep | awk
'{print $2}'
| sed
's/\n/ /'
`
kill
-9 `ps -aef | grep
'Transformers/bin/python3'
| grep -v grep | awk
'{print $2}'
| sed
's/\n/ /'
`