Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AZLABS
/
admin
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
admin
/
plugins
/
plugins_test.go
AZLABS
Upload folder using huggingface_hub
530729e
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
package
plugins
import
"testing"
func
TestLoadFromPlugin
(t *testing.T)
{
LoadFromPlugin(
"./example/go_plugin/plugin.so"
)
}