shell-skrimp
shell-skrimp
Hello, This PR adds support for external loggers via `io.Writer`. Sample code of it working is below: ```go package main import ( "fmt" "log" "time" "github.com/robfig/cron/v3" "go.uber.org/zap" ) func main()...
The tool I have written uses < `70MB` RSS to perform exact same operations for qcow2 images (basically raw copying them). I can do this in rapid succession and will...
Hello, It doesnt look like it's possible to download models outside hf ecosystem? For ex, I have some models hosted on a local MinIO and I cannot feed `from_pretrained("http...` path....
I had a need to disable some functionality but couldnt do so with current implementation so I made a tweak that allows for passing custom properties.