当前位置: 首页 > news >正文

Tesla T4 安装 Audio2face

原文:Unable to run Audio2Face in AWS using Tesla T4 & A10G Gpus - #6 by passport99 - Audio2Face (closed) - NVIDIA Developer Forums

audio2face works on a tesla t4 in the cloud, here is an outline how:

instance

  • requires 16gb ram (otherwise crash on compile)
  • ubuntu 22.04

ssh

  • ssh -L 5900:127.0.0.1:5900 …@…

nvidia driver

  • apt update
  • apt install -y nvidia-driver-525 nvidia-utils-525 libnvidia-compute-525 vulkan-tools mesa-utils

xorg

→ configuring x server on headless server | by Chadrick | Medium

  • apt install -y xorg xinit xterm net-tools fvwm
  • apt purge xserver-xorg-video-nouveau
  • Xorg :0 -configure
  • vi xorg.conf.new
    Section “Device”
    Identifier “Card0”
    Driver “nvidia”
    BusID “PCI:5:0:0”
    Option “AllowEmptyInitialConfiguration”
    EndSection

    Section “Monitor”
    Identifier “Monitor0”
    VendorName “Monitor Vendor”
    ModelName “Monitor Model”
    Option “IgnoreEDID”
    EndSection
  • cp xorg.conf.new /etc/X11/xorg.conf

start x11

  • xinit &

audio dummy

  • apt install -y linux-modules-extra-uname -r
    → for snd-dummy
  • apt install -y pulseaudio jackd2 alsa-utils dbus-x11 alsa-base
    → (maybe not everything needed)
  • modprobe snd-dummy

enable vnc connection to x-server :0

  • apt install x11vnc
  • $ x11vnc -display :0 &
  • $ fvwm -display :0 &

audio2face

→ Technical Requirements — Omniverse Create documentation

  • apt install -y fuse libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-dev libasound2 libnss3 chromium-browser x11-xserver-utils xdg-utils
  • wget https://install.launcher.omniverse.nvidia.com/installers/omniverse-launcher-linux.AppImage

start audio2face

  • $ ./omniverse-launcher-linux.AppImage --no-sandbox
    → login & install audio2face
  • $ export DISPLAY=:0
  • $ ~/.local/share/ov/pkg/audio2face-2022.2.0/audio2face.kit.sh
    → compile takes a long time: [Warning] [gpu.foundation.plugin] Waiting for compilation of ray tracing shaders by GPU driver: 300 seconds so far
    → requires 16gb of ram, otherwise hangs
http://www.lryc.cn/news/573194.html

相关文章:

  • 大模型在急性弥漫性腹膜炎预测及治疗方案制定中的应用研究
  • 一站式了解责任链模式
  • Taro 跨端应用性能优化全攻略:从原理到实践
  • 抖音的视频怎么下载下来——下载狗解析工具
  • 【StarRocks系列】StarRocks vs Mysql
  • 【StarRocks系列】join查询优化
  • 【软考高级系统架构论文】论软件设计方法及其应用
  • 【软考高级系统架构论文】论NoSQL数据库技术及其应用
  • springboot通过独立事务管理器实现资源隔离与精准控制​
  • 基于Python、tkinter、sqlite3 和matplotlib的校园书店管理系统
  • AI大模型学习之基础数学:微积分在AI大模型中的核心-梯度与优化(梯度下降)详解
  • ZooKeeper 3.9.2 集群安装指南
  • 【LeetCode#第228题】汇总区间(简单题)
  • ad24智能pdf输出的装配图没有四个边角那里的圆孔
  • 1、自然语言处理任务全流程
  • `customRef` 在实战中的使用:防抖、计算属性缓存和异步数据获取
  • Duende Identity Server学习之一:认证服务器及一个Oidc/OAuth认证、用于Machine 2 Machine的客户端
  • 【C/C++】Gtest + GMock 简单使用示例
  • Android Studio 打 APK 包报错 Invalid keystore format 的解决方法
  • python web开发-Flask数据库集成
  • Solidity内部合约创建全解析:解锁Web3开发新姿势
  • 分布式锁 不同的拒绝策略 应用场景 业务上的思考
  • Docker简单介绍与使用以及下载对应镜像(项目前置)
  • AWS RDS/Aurora 开启 Database Insights 高级模式全攻略
  • C++11 std::thread 多线程编程详解
  • Python从入门到实战学习笔记(二)
  • 如何用 eBPF 实现 Kubernetes 网络可观测性?实战指南
  • PowerBI HtmlContent生成表格
  • Spring MVC异常处理机制
  • Java求职者面试指南:微服务技术与源码原理深度解析