Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
168 Bytes
package main
import (
"golang.org/x/sys/unix"
)
func init() {
shutdownSignals = append(shutdownSignals, unix.SIGTERM)
supportedSignals["SIGUSR2"] = unix.SIGUSR2
}