Skip to content

Releases: lxuechen/ml-swissknife

v0.1.18

23 Feb 04:06
Compare
Choose a tag to compare
  • enable CRFM prompting and unify API

v0.1.17

19 Feb 03:16
Compare
Choose a tag to compare
  • Yann's database enhancements
  • improve distributed support

v0.1.16

19 Feb 03:15
Compare
Choose a tag to compare

add basic database utils

v0.1.15

10 Feb 09:41
Compare
Choose a tag to compare
fix bug.

v0.1.14

10 Feb 02:19
Compare
Choose a tag to compare
  • refactor all read/write functions to support input type pathlib.Path
  • refactor _openai_completion to
    • support more decoding args
    • nested list return for multiple samples (n>1)
    • better documentation

v0.1.13

05 Feb 01:44
Compare
Choose a tag to compare
  • rename OpenAIDecodingArguments
  • add return_text option for openai_completion

v0.1.12

02 Feb 00:13
Compare
Choose a tag to compare
  • support supplying org for OAI API

v0.1.11

01 Feb 19:02
Compare
Choose a tag to compare
  • more loading and dumping functions, including jlload and jldump that works with jsonl files
  • new wrapper for launching jobs on the high end GPUs (A100 80G)

v0.1.10

20 Dec 21:06
Compare
Choose a tag to compare
Increment version.

v0.1.9

10 Dec 00:23
Compare
Choose a tag to compare

Refactor completion wrapper for OpenAI API.