poeroz commited on
Commit
c130713
1 Parent(s): 6a51493

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -111,6 +111,11 @@ To run inference locally, please organize the speech instruction files according
111
  bash omni_speech/infer/run.sh omni_speech/infer/examples
112
  ```
113
 
 
 
 
 
 
114
  ## Acknowledgements
115
 
116
  - [LLaVA](https://github.com/haotian-liu/LLaVA): The codebase we built upon.
 
111
  bash omni_speech/infer/run.sh omni_speech/infer/examples
112
  ```
113
 
114
+ ## LICENSE
115
+
116
+ Our code is released under the Apache-2.0 License. Our model, as it is built on Llama 3.1, is required to comply with the [Llama 3.1 License](https://llama.meta.com/llama3_1/license/).
117
+
118
+
119
  ## Acknowledgements
120
 
121
  - [LLaVA](https://github.com/haotian-liu/LLaVA): The codebase we built upon.