Git Product home page Git Product logo

Comments (3)

ccomkhj avatar ccomkhj commented on June 14, 2024

if I build docker in "dev" mode, I face the error below when I run
docker run -e SECRET_KEY_BASE=<keybase here> -e HOST="localhost" -p 4000:4000 chatgpt

=CRASH REPORT==== 27-Apr-2023::05:39:59.435250 ===
  crasher:
    initial call: application_master:init/4
    pid: <0.2061.0>
    registered_name: []
    exception exit: {{shutdown,
                      {failed_to_start_child,kernel_safe_sup,
                       {on_load_function_failed,'Elixir.Tokenizers.Native',
                        {error,
                         {load_failed,
                          "Failed to load NIF library: 'Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /home/elixir/app/lib/tokenizers-0.3.0/priv/native/libex_tokenizers-v0.3.0-nif-2.16-x86_64-unknown-linux-gnu.so)'"}}}}},
                     {kernel,start,[normal,[]]}}
      in function  application_master:init/4 (application_master.erl, line 142)
    ancestors: [<0.2060.0>]
    message_queue_len: 1
    messages: [{'EXIT',<0.2062.0>,normal}]
    links: [<0.2060.0>,<0.2059.0>]
    dictionary: []

from chatgpt-ui.

dvcrn avatar dvcrn commented on June 14, 2024

Looks to be a problem with the tokenizer

05:30:11.447 [info] downloading tokenizer model: bert-base-multilingual-uncased

This is when the Tokenizer downloads the model for tokenization from huggingface, but it's strange that this doesn't work from within the container, but does from the outside

Are you running the containers on x86-64? What's the host architecture?

from chatgpt-ui.

ccomkhj avatar ccomkhj commented on June 14, 2024

build and run the container on x86-64 @dvcrn

from chatgpt-ui.

Related Issues (7)

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.