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
Qwen2-Audio-Instruct-Bot
Commits
2ac6f36f
Commit
2ac6f36f
authored
Aug 13, 2024
by
chenpangpang
Browse files
feat: 增加librosa依赖,从git安装transformer
parent
c7c75720
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+1
-1
Qwen2-Audio/demo/requirements_web_demo.txt
Qwen2-Audio/demo/requirements_web_demo.txt
+2
-1
No files found.
Dockerfile
View file @
2ac6f36f
...
...
@@ -5,7 +5,7 @@ ARG BRANCH=gpu
RUN
cd
/root
&&
git clone
-b
$BRANCH
http://developer.hpccube.com/codes/chenpangpang/
$IMAGE
.git
WORKDIR
/root/$IMAGE/$IMAGE_UPPER
RUN
pip
install
-r
demo/requirements_web_demo.txt
RUN
pip
install
git+http://developer.hpccube.com/codes/chenpangpang/transformers.git
#########
# Prod #
...
...
Qwen2-Audio/demo/requirements_web_demo.txt
View file @
2ac6f36f
gradio==4.31.3
modelscope-studio
librosa
\ No newline at end of file
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