guidance の差分をシュッと
この記事には MS guidance の差分を貼っていくことにする
Release 0.0.64
変更履歴
0.0.63で導入されたストリーミングに関する問題を修正しました。
ChatGPT APIの呼び出しにおける最後の空のアシスタントメッセージを削除しました。(提供者 bhy - https://github.com/microsoft/guidance/pull/222)
OpenAI関数をサポートする機能を追加しました。(提供者 nc および slundberg - https://github.com/microsoft/guidance/pull/239)
未使用のインポートを削除しました。(提供者 riya-amemiya - https://github.com/microsoft/guidance/pull/251)
async_mode=Trueの場合、例外が発生した場合にプログラムの実行を完了するように修正しました。(提供者 jprafael - https://github.com/microsoft/guidance/pull/231)
新規貢献者
bhyさんが初めての貢献をしました。(https://github.com/microsoft/guidance/pull/222)
ncさんが初めての貢献をしました。(https://github.com/microsoft/guidance/pull/239)
jprafaelさんが初めての貢献をしました。(https://github.com/microsoft/guidance/pull/231)
完全な変更履歴: https://github.com/microsoft/guidance/compare/0.0.63...0.0.64
↑ 2023/06/21 追加
Release 0.0.63
変更点
0.0.62で導入されたiPython読み込みエラーを修正しました。
負のインデックス設定エラーを修正しました。
正規表現を使用してOpenAIモデルをパースするように変更しました(@a2975667による):https://github.com/microsoft/guidance/pull/240
新しい貢献者
@a2975667が最初の貢献をしました:https://github.com/microsoft/guidance/pull/240
完全な変更履歴:https://github.com/microsoft/guidance/compare/0.0.62...0.0.63
Release 0.0.62
変更点
バグ修正:コードの動作に合わせて例示の出力を変更しました。by @FunnyPhantom in https://github.com/microsoft/guidance/pull/176
"or"または"else"で始まる変数を許可するように変更しました。by @Mihaiii in https://github.com/microsoft/guidance/pull/179
問題#172のための例示を修正しました。by @Keiku in https://github.com/microsoft/guidance/pull/182
パーサー用の新しい変数スタックを追加しました。by @slundberg in https://github.com/microsoft/guidance/pull/193
RESTを使用したopenai ストリーミングを修正しました。by @marcotcr in https://github.com/microsoft/guidance/pull/208
今後はpyparsingを使用し、中置記法をサポートします! by @slundberg in https://github.com/microsoft/guidance/pull/230
新しい貢献者
@FunnyPhantomさんが、https://github.com/microsoft/guidance/pull/176で初めての貢献をしました。
@Keikuさんが、https://github.com/microsoft/guidance/pull/182で初めての貢献をしました。
完全な変更履歴:https://github.com/microsoft/guidance/compare/0.0.61...0.0.62
↑ 2023/06/17 追加
Release 0.0.61
Azure OpenAIの動作サポートを追加しました。
完全な変更履歴: https://github.com/microsoft/guidance/compare/0.0.60...0.0.61
Release 0.0.60
こちらは、トランスフォーマーモデルを手動で読み込む際のキャッシュの問題についての迅速な修正パッチです。
変更履歴全文: https://github.com/microsoft/guidance/compare/0.0.59...0.0.60
Release 0.0.59
キャッシュのバグに対処するためのパッチです。
変更ログ全文: https://github.com/microsoft/guidance/compare/0.0.58...0.0.59
Release 0.0.58
変更点
複数トークントークンヒーリングのサポート(複数のトークンをバックアップする必要があるヒーリング)。
ファルコンモデルのサポート。
@bcstyleさんによる複数の生成物があるGPTのことわざ例の修正 https://github.com/microsoft/guidance/pull/137
@Shaunweiさんによるgeneachデモのコードの修正 https://github.com/microsoft/guidance/pull/149
@SimFGさんによるキャッシュ能力の強化 https://github.com/microsoft/guidance/pull/123
@justinbowesさんによる部分と空のブロックの修正 https://github.com/microsoft/guidance/pull/155
@microsoft-github-policy-serviceさんによるMicrosoft SECURITY.MDの追加 https://github.com/microsoft/guidance/pull/168
新しい貢献者
@bcstyleさんが初めての貢献をしました https://github.com/microsoft/guidance/pull/137
@Shaunweiさんが初めての貢献をしました https://github.com/microsoft/guidance/pull/149
@SimFGさんが初めての貢献をしました https://github.com/microsoft/guidance/pull/123
@justinbowesさんが初めての貢献をしました https://github.com/microsoft/guidance/pull/155
@microsoft-github-policy-serviceさんが初めての貢献をしました https://github.com/microsoft/guidance/pull/168
完全な変更ログ:https://github.com/microsoft/guidance/compare/0.0.57...0.0.58
↑ 2023/06/04 追加
Release 0.0.57
変更点
プログラムの出力をストリーミングする際に、silent=Trueがデフォルトになりました。
キャッシュに関するいくつかのバグと、LLaMAの特別なEOSトークンを使用した`select`を修正しました。
@amqdn によるタイプミスを修正しました。 https://github.com/microsoft/guidance/pull/135
新しい貢献者
@amqdn が初めての貢献をしました。 https://github.com/microsoft/guidance/pull/135
完全な変更ログ: https://github.com/microsoft/guidance/compare/0.0.56...0.0.57
Release 0.0.56
変更内容
OpenAIモデルに対する`stop_regex`の新しいサポート
プログラムの実行結果をストリーミングして取得することを、同期的および非同期的にプログラムで実現するための新しいサポート
https://github.com/microsoft/guidance/pull/96で@Jvr2022によってtest_unless.pyをアップデート
https://github.com/microsoft/guidance/pull/91で@younesbelkadaによって`past_key_values`を出力しないモデルのサポートを追加
https://github.com/microsoft/guidance/pull/8で@jquesnelleによってtransformersモデルの量子化パラメーターを追加
https://github.com/microsoft/guidance/pull/106で@gerelltrocheによって不必要なlog.txtファイル作成の修正を行った
https://github.com/microsoft/guidance/pull/68で@shawnohareによって、欠落していたmsal依存関係を追加
https://github.com/microsoft/guidance/pull/66で@abetlenによって、LLMSessionおよびSyncSessionをエクスポート
https://github.com/microsoft/guidance/pull/125で@satarupaguha11によって、POSTリクエストにtimeoutパラメータを追加
新しい貢献者
https://github.com/microsoft/guidance/pull/96で@Jvr2022が初めて貢献
https://github.com/microsoft/guidance/pull/98で@flavius-popanが初めて貢献
https://github.com/microsoft/guidance/pull/91で@younesbelkadaが初めて貢献
https://github.com/microsoft/guidance/pull/8で@jquesnelleが初めて貢献
https://github.com/microsoft/guidance/pull/106で@gerelltrocheが初めて貢献
https://github.com/microsoft/guidance/pull/120で@h-k-nyosuが初めて貢献
https://github.com/microsoft/guidance/pull/68で@shawnohareが初めて貢献
https://github.com/microsoft/guidance/pull/66で@abetlenが初めて貢献
https://github.com/microsoft/guidance/pull/125で@satarupaguha11が初めて貢献
完全な変更履歴: https://github.com/microsoft/guidance/compare/0.0.54...0.0.56
Release 0.0.54
`select`コマンドをトークンIDベースの処理に切り替えて、可能な非貪欲トークナイザの例外に対応してください。
完全な変更履歴: https://github.com/microsoft/guidance/compare/0.0.53...0.0.54
Release 0.0.53
変更点
`select`文が他のオプションの接頭辞として扱えるようになりました (また、長いオプションに対する1つのselectのバグも修正されました)。
リポジトリのタイポを修正しました。@ marcosmagallanesによるhttps://github.com/microsoft/guidance/pull/86
タイポを修正しました。@ kajarencによるhttps://github.com/microsoft/guidance/pull/85
新しい貢献者
@marcosmagallanesは、https://github.com/microsoft/guidance/pull/86で初めて貢献しました。
@kajarencは、https://github.com/microsoft/guidance/pull/85で初めて貢献しました。
完全な変更ログ:https://github.com/microsoft/guidance/compare/0.0.52...0.0.53
Release 0.0.52
変更点
#82 を修正し、`select`でのログ確率が正しいようにしました(および#79やその他の無効なオプション問題についての修正)
@rodrigosettiによるタイプミスを修正しました。https://github.com/microsoft/guidance/pull/81
新しい貢献者
@rodrigosettiさんが最初の寄稿をされました。https://github.com/microsoft/guidance/pull/81
フルの変更ログ: https://github.com/microsoft/guidance/compare/0.0.51...0.0.52
Release 0.0.51
変更点
`select` で導入された重要なバグを修正しました。また、常にすべての枝を探索するのではなく、貪欲なデコーディングを使用するように最適化しました。
コールバックでも `get_ipython` が利用可能であることを保証するように、@jmandel さんによって修正されました(https://github.com/microsoft/guidance/pull/74)。
新たなコントリビューター
@jmandel さんが初めての貢献をしました(https://github.com/microsoft/guidance/pull/74)。
完全な変更履歴: https://github.com/microsoft/guidance/compare/0.0.50...0.0.51
Release 0.0.50
変更点
`select`コマンドのいくつかの問題を修正しました。
現在、OpenAIモデルは`stop_regex`をサポートしており、`gen`コマンドには新しい`save_stop_text`パラメータが使用可能です。
`README.md`のタイプミスを@jsl9208が修正しました。: https://github.com/microsoft/guidance/pull/62
@NickHeinerが作成した小さなタイプミスを修正https://github.com/microsoft/guidance/pull/75。
新しい貢献者
@jsl9208は、https://github.com/microsoft/guidance/pull/62で初めて貢献しました。
@NickHeinerは、https://github.com/microsoft/guidance/pull/75で初めて貢献しました。
完全な変更履歴: https://github.com/microsoft/guidance/compare/0.0.49...0.0.50
Release 0.0.49
変更点
`select` コマンドのトークン化に関する問題を修正し、現在はスムーズに動作するはずです :)
@lucemia による README.md 内の役割タグのリンク修正 https://github.com/microsoft/guidance/pull/49
@Sam1320 による小さなタイプミスの修正 https://github.com/microsoft/guidance/pull/56
@Mihaiii による Koala のサポート追加 https://github.com/microsoft/guidance/pull/42
@dviggiano による不必要にネストされた `if` の結合 `_program.py` https://github.com/microsoft/guidance/pull/39
新しい貢献者
@lucemia が最初の貢献をした https://github.com/microsoft/guidance/pull/49
@Sam1320 が最初の貢献をした https://github.com/microsoft/guidance/pull/56
@Mihaiii が最初の貢献をした https://github.com/microsoft/guidance/pull/42
完全な変更ログ: https://github.com/microsoft/guidance/compare/0.0.48...0.0.49
Release 0.0.48
最初の自動GHからPyPiリリース。
変更点
・あなたたちの報告により大量のバグ修正がありました!
・https://github.com/microsoft/guidance/pull/20でeltociearさんによってREADME.mdが更新されました。
・https://github.com/microsoft/guidance/pull/28でriya-amemiyaさんによってopenai.organizationが追加されました。
・https://github.com/microsoft/guidance/pull/37でdviggianoさんによってドキュメントが整理されました。
新しい貢献者
・https://github.com/microsoft/guidance/pull/20でeltociearさんが最初の貢献をしました。
・https://github.com/microsoft/guidance/pull/28でriya-amemiyaさんが最初の貢献をしました。
・https://github.com/microsoft/guidance/pull/37でdviggianoさんが最初の貢献をしました。
フル変更履歴: https://github.com/microsoft/guidance/compare/0.0.32...0.0.48
Release 0.0.32
申し訳ありませんが、あなたはどのようなテキストを翻訳したいですか?具体的な文章や文脈を教えていただけますか?それに応じて、私は翻訳を提供いたします。
Release 0.0.31
申し訳ありませんが、あなたはどのようなテキストを翻訳したいですか?具体的な文章や文脈を教えていただけますか?それに応じて、私は翻訳を提供いたします。
Release 0.0.29
トランスフォーマーバックエンドは、今やより良く動作し、Sentence Pieceモデルとも互換性があります。
Release 0.0.28
初期の作業可能なバージョンです :)
差分は雑なツールをシュッと自分用に作ったやつでとってます
この記事が気に入ったらサポートをしてみませんか?