You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo docker container run --rm -it -v $(pwd):/work gptchat python -m gptchat.chatlm.generate --config=chatlm/config.yaml
File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/base_layer.py", line 800, in __call__
'The first argument to `Layer.call` must always be passed.')
ValueError: The first argument to `Layer.call` must always be passed.
The text was updated successfully, but these errors were encountered:
応答生成(generate)を実行したところ、次のエラーが出ました。与える引数に何か問題があるようです。
The text was updated successfully, but these errors were encountered: