Commit Graph

12 Commits

Author SHA1 Message Date
misyaguziya
2da19efb19 👍️[Update] Model : ブログレスの表示をmodel.binのダウンロードのみに変更/wisperのweightの表記に合わせてctanslate2のweightも小文字に変更 2024-10-30 10:30:31 +09:00
misyaguziya
d777339110 👍️[Update] Model : use_translation_featureを削除/それに伴い一部機能を修正 2024-10-30 00:37:41 +09:00
misyaguziya
7fd3fad3ea 👍️[Update] Model : AI モデルのダウンロード方法を修正
- AIモデルのダウンロード済み確認辞書を追加
	- selectable_ctranslate2_weight_type_dict
	- selectable_whisper_weight_type_dict
- AIモデルダウンロード処理完了のエンドポイントを追加
	- /run/download_ctranslate2_weight
	- /run/downloaded_whisper_weight
2024-10-29 22:58:18 +09:00
misyaguziya
af3fe1f0f9 👍️[Update] Model: cpu/cudaをtranslationもしくはtranscriptionで選択できるように実装 2024-10-23 13:41:34 +09:00
misyaguziya
5ba595cefe 🚧 [WIP/TEST] Model : CUDAでの処理実装 part 1 2024-10-18 16:16:42 +09:00
misyaguziya
9d7819b186 👍️[Update] Model : モデルのダウンロード処理をスレッドで進行するように変更 2024-09-04 14:19:21 +09:00
misyaguziya
c724f7d7ae 👍️[Update] Model : import のパスを修正 2024-09-01 17:59:07 +09:00
misyaguziya
4c2e4a6e04 👍️[Update] Model : status 348のlog を printLog関数に集約 2024-09-01 17:33:22 +09:00
misyaguziya
6886241154 👍️[Update] Model : FutureWarningが出るのでignoreで対応
huggingface_hub\file_download.py:1150: FutureWarning: resume_download is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use force_download=True.
2024-08-31 16:10:00 +09:00
misyaguziya
83bf21c20e 👍️[Update] Main/Controller : CTranslate2/Whisper model weight download のDownload済みの場合の処理を追加 2024-08-11 19:02:55 +09:00
misyaguziya
633cdf246c 👍️[Update] Models : change print log to json format log 2024-08-11 13:51:48 +09:00
misyaguziya
1be04cb571 👍️ [Update] pythonのメイン処理部分を移動/webui_mainloop.pyをビルドできるように修正 2024-07-27 01:30:36 +09:00