Improve: Update license information

This commit is contained in:
tsukumi
2025-03-26 20:28:34 +09:00
parent 1a44c9d437
commit d7e2745559
2 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,11 @@
# Usage: .venv/bin/python convert_onnx.py --model model_assets/koharune-ami/koharune-ami.safetensors
# .venv/bin/python convert_onnx.py --model model_assets/ (All models in the directory will be converted)
# https://github.com/tuna2134/sbv2-api/blob/main/scripts/convert/convert_model.py を参考に実装した
# https://github.com/tuna2134/sbv2-api/blob/main/scripts/convert/convert_model.py を参考に実装した
#
# MIT License
# Copyright (c) 2024 tuna2134
# Copyright (c) 2024-2025 tsukumi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -11,7 +13,7 @@
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#