Skip to content

Commit

Permalink
Add license information
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant committed Jan 1, 2025
1 parent d3ea864 commit 4feba17
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions espnet2/sds/end_to_end/mini_omni/inference.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2024
# Licensed under the MIT License
# For details, see: https://github.com/gpt-omni/mini-omni?tab=MIT-1-ov-file#readme

# This code is borrowed from the following sources:
# 1. https://github.com/gpt-omni/mini-omni
# 2. https://huggingface.co/spaces/gradio/omni-mini/tree/main

import os
import time

Expand Down
8 changes: 8 additions & 0 deletions espnet2/sds/end_to_end/mini_omni/utils/snac_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Copyright 2024
# Licensed under the MIT License
# For details, see: https://github.com/gpt-omni/mini-omni?tab=MIT-1-ov-file#readme

# This code is borrowed from the following sources:
# 1. https://github.com/gpt-omni/mini-omni
# 2. https://huggingface.co/spaces/gradio/omni-mini/tree/main

import time

import numpy as np
Expand Down

0 comments on commit 4feba17

Please sign in to comment.