Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
parler-tts
Commits
fa0d258d
Commit
fa0d258d
authored
Apr 09, 2024
by
Yoach Lacombe
Browse files
update license and copyright terms
parent
153694fa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
LICENSE
LICENSE
+1
-1
helpers/push_to_hub_scripts/push_dac_to_hub.py
helpers/push_to_hub_scripts/push_dac_to_hub.py
+2
-2
parler_tts/configuration_parler_tts.py
parler_tts/configuration_parler_tts.py
+1
-1
parler_tts/modeling_parler_tts.py
parler_tts/modeling_parler_tts.py
+1
-1
No files found.
LICENSE
View file @
fa0d258d
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
same "printed page" as the copyright notice for easier
identification within third-party archives.
identification within third-party archives.
Copyright [
yyyy] [name of copyright owner
]
Copyright [
2024] [The HuggingFace Inc. team
]
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
helpers/push_to_hub_scripts/push_dac_to_hub.py
View file @
fa0d258d
...
@@ -12,5 +12,5 @@ model = dac.DAC.load(model_path)
...
@@ -12,5 +12,5 @@ model = dac.DAC.load(model_path)
hf_dac
=
DACModel
(
DACConfig
())
hf_dac
=
DACModel
(
DACConfig
())
hf_dac
.
model
.
load_state_dict
(
model
.
state_dict
())
hf_dac
.
model
.
load_state_dict
(
model
.
state_dict
())
hf_dac
.
push_to_hub
(
"
ylacombe
/dac_44khZ_8kbps"
)
hf_dac
.
push_to_hub
(
"
parler-tts
/dac_44khZ_8kbps"
)
EncodecFeatureExtractor
(
sampling_rate
=
44100
).
push_to_hub
(
"
ylacombe
/dac_44khZ_8kbps"
)
EncodecFeatureExtractor
(
sampling_rate
=
44100
).
push_to_hub
(
"
parler-tts
/dac_44khZ_8kbps"
)
parler_tts/configuration_parler_tts.py
View file @
fa0d258d
# coding=utf-8
# coding=utf-8
# Copyright 202
3 Meta AI
and The HuggingFace Inc. team. All rights reserved.
# Copyright 202
4
and The HuggingFace Inc. team. All rights reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
parler_tts/modeling_parler_tts.py
View file @
fa0d258d
# coding=utf-8
# coding=utf-8
# Copyright 202
3 Meta AI and
The HuggingFace Inc. team. All rights reserved.
# Copyright 202
4
The HuggingFace Inc. team. All rights reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment