Releases: dgruber/wfl
Releases · dgruber/wfl
v1.3.8
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1: Bump github.com/docker/distribution (#17)
- GPT / LLM support: TemplateP("prompt"), ErrorP("prompt"), OutputP("prompt")
- OnErrorPanic() simplifies the code during development
- More examples (GPUs on GKE for running Bark transformer NN; OpenAI with prompts)
v1.3.0
- Breaking change for ForAll(): There is now ForEach() which runs sequentially and ForAll() which executes functions in parallel.
- Added OutputsForJobIDs() to collect all job outputs (if param is nil) or job outputs of the given job ID list.
- Examples needs to be updated.