GithubHelp home page GithubHelp logo

Comments (3)

Taka152 avatar Taka152 commented on May 11, 2024 1

@rkoystart You can try docker run -e MODEL_ZOO="/models" to add environment variable in the container. This variable is used to find .pb file when starting the custom engine.

from lightseq.

Taka152 avatar Taka152 commented on May 11, 2024

plz set environment variable MODEL_ZOO !

It seems that you forgot to set this environment variable required by the server.

i want the config.pbtxt and weight file for the transformer model that is supported by you if possible

You can check the proto/transformer.proto file to generate your transformer model(.pb file) and the config.pbtxt file only differs in names of inputs and outputs. Also, we'll consider adding a transformer example after the National Day holiday.

from lightseq.

rkoystart avatar rkoystart commented on May 11, 2024

@Taka152 even after initializing the environment variable i am getting the same error

(allennlp)nlp@nlp:/hdd1/ravi/ravi/lightseq$ export MODEL_ZOO="/hdd1/ravi/ravi/lightseq/modelzoo"
(allennlp)nlp@nlp:/hdd1/ravi/ravi/lightseq$ sudo docker run --gpus=1 --rm -p8000:8000 -p8001:8001 -p8002:8002 -v/hdd1/ravi/ravi/lightseq/modelzoo:/models
nvcr.io/nvidia/tensorrtserver:19.05-py3 trtserver --model-store=/models

from lightseq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.