Giter Site home page Giter Site logo

Comments (5)

SCAUapc avatar SCAUapc commented on May 20, 2024

I have succeefully run the demo and start the server, include use client to invoke the server... Plz give me some idea

from lightseq.

neopro12 avatar neopro12 commented on May 20, 2024

It looks like you have made very good progress. To support models trained from any deep learning framework, We defined our own model format using Google Protocol Buffers. Due to the various versions of training codes, it is somewhat useless to provide a export example directly. We will consider providing one in the next release. Now, you can get some help about how to put weights into Protocol Buffers from this link https://developers.google.com/protocol-buffers/docs/pythontutorial.

from lightseq.

SCAUapc avatar SCAUapc commented on May 20, 2024

It looks like you have made very good progress. To support models trained from any deep learning framework, We defined our own model format using Google Protocol Buffers. Due to the various versions of training codes, it is somewhat useless to provide a export example directly. We will consider providing one in the next release. Now, you can get some help about how to put weights into Protocol Buffers from this link https://developers.google.com/protocol-buffers/docs/pythontutorial.

Thanks you very much ! Another question is how can server my finetune Bert model? I have viewed this issue #12 . If i trained a bert model.
Must i need to rebulit the source to replace trtserver? And which way can i get libbert.so.fp32 like libgptlm.so.fp32? At last....Final question is the proto3... I don't know how to define proto3 to store bert parameters( such as the filed name )... Can you give me some idea? Very thanks for response!

from lightseq.

neopro12 avatar neopro12 commented on May 20, 2024

Currently we have not provided an end-to-end bert server/libbert.so in https://github.com/bytedance/lightseq/tree/master/server. But you can imitate the existing server and easily implement a bert server based on https://github.com/bytedance/lightseq/blob/master/model/encoder.cu.cc.
Based on transormer proto in https://github.com/bytedance/lightseq/blob/master/proto/transformer.proto, deleting the decoding weights will be a suitable bert proto. The definition of bert proto is free, as long as you implement the proto parsing process like https://github.com/bytedance/lightseq/blob/master/proto/transformer_weight.cu.cc
Before the end of this year, we will release a bert based on tvm, you can easily implement a very efficient bert with python, welcome to try it at that time

from lightseq.

SCAUapc avatar SCAUapc commented on May 20, 2024

@neopro12 Thank you! I am very anticipated your work ! I am sorry i forgot to reply your answer !

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.