Upload folder using huggingface_hub
Browse files- .cache/pip/http/7/b/6/7/0/7b670add7e3d3001d1b7d76f04adde3784f0c6bdaf32c886cebe59e2 +0 -0
- .cache/pip/http/a/c/9/8/9/ac98994146655e51afb46b4c0ec2561476fb911d0cdd4571d16d244a +3 -0
- .cache/pip/wheels/b3/4e/9a/bd36d2645cb73f909a3a65a2e317fec5c6a79c8121ab9eb42f/faster_whisper-0.10.0-py3-none-any.whl +3 -0
- .gitattributes +2 -0
- log.out +2 -2
.cache/pip/http/7/b/6/7/0/7b670add7e3d3001d1b7d76f04adde3784f0c6bdaf32c886cebe59e2
CHANGED
Binary files a/.cache/pip/http/7/b/6/7/0/7b670add7e3d3001d1b7d76f04adde3784f0c6bdaf32c886cebe59e2 and b/.cache/pip/http/7/b/6/7/0/7b670add7e3d3001d1b7d76f04adde3784f0c6bdaf32c886cebe59e2 differ
|
|
.cache/pip/http/a/c/9/8/9/ac98994146655e51afb46b4c0ec2561476fb911d0cdd4571d16d244a
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d693a0fe34cf6c97733aebb3d7ef713638afdf4849d9abd0922d5e01f2bb5ad
|
3 |
+
size 1546323
|
.cache/pip/wheels/b3/4e/9a/bd36d2645cb73f909a3a65a2e317fec5c6a79c8121ab9eb42f/faster_whisper-0.10.0-py3-none-any.whl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c1494e9db75d6ccb197c67a4689a9c356f12359bc3dcf9d5c5288494be3b5c7
|
3 |
+
size 1539752
|
.gitattributes
CHANGED
@@ -89,3 +89,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
89 |
.cache/pip/wheels/c9/69/31/d56d90b22a1777b0b231e234b00302a55be255930f8bd92dcd/jieba-0.42.1-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
90 |
.cache/pip/wheels/db/21/be/d0436e3f1cf9bf38b9bb9b4a476399c77a1ab19f7172b45e19/gruut_lang_fr-2.0.2-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
91 |
build/temp.linux-x86_64-3.10/TTS/tts/utils/monotonic_align/core.o filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
89 |
.cache/pip/wheels/c9/69/31/d56d90b22a1777b0b231e234b00302a55be255930f8bd92dcd/jieba-0.42.1-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
90 |
.cache/pip/wheels/db/21/be/d0436e3f1cf9bf38b9bb9b4a476399c77a1ab19f7172b45e19/gruut_lang_fr-2.0.2-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
91 |
build/temp.linux-x86_64-3.10/TTS/tts/utils/monotonic_align/core.o filter=lfs diff=lfs merge=lfs -text
|
92 |
+
.cache/pip/http/a/c/9/8/9/ac98994146655e51afb46b4c0ec2561476fb911d0cdd4571d16d244a filter=lfs diff=lfs merge=lfs -text
|
93 |
+
.cache/pip/wheels/b3/4e/9a/bd36d2645cb73f909a3a65a2e317fec5c6a79c8121ab9eb42f/faster_whisper-0.10.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
log.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Running on local URL: http://0.0.0.0:5003
|
2 |
-
Running on public URL: https://
|
3 |
|
4 |
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from Terminal to deploy to Spaces (https://huggingface.co/spaces)
|
5 |
Loading Whisper Model!
|
@@ -12,4 +12,4 @@ Traceback (most recent call last):
|
|
12 |
self.model = ctranslate2.models.Whisper(
|
13 |
ValueError: Requested float16 compute type, but the target device or backend do not support efficient float16 computation.
|
14 |
Keyboard interruption in main thread... closing server.
|
15 |
-
Killing tunnel 0.0.0.0:5003 <> https://
|
|
|
1 |
Running on local URL: http://0.0.0.0:5003
|
2 |
+
Running on public URL: https://d719ea3bb487740612.gradio.live
|
3 |
|
4 |
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from Terminal to deploy to Spaces (https://huggingface.co/spaces)
|
5 |
Loading Whisper Model!
|
|
|
12 |
self.model = ctranslate2.models.Whisper(
|
13 |
ValueError: Requested float16 compute type, but the target device or backend do not support efficient float16 computation.
|
14 |
Keyboard interruption in main thread... closing server.
|
15 |
+
Killing tunnel 0.0.0.0:5003 <> https://d719ea3bb487740612.gradio.live
|