-
I have installed the requirements successfully, and have got the correct result when running minimal.py.
`python minimal.py #no Lookahead decoding`
`USE_LADE=1 LOAD_LADE=1 python minimal.py #use Loo…
-
When I try to run the chatbot.py, it spits out this error when trying to generate the response:
Traceback (most recent call last):
File "L:\Projects\Python\GitHub-Repos\fcc-intro-to-llms\chatbot…
-
I try to run the TTS (English and Multi Language Text-to-Speech) in my PC.
https://github.com/intel/intel-extension-for-transformers/blob/main/intel_extension_for_transformers/neural_chat/pipeline…
-
when i try to run train.py after the data is prepaird ik get this problem:
========= RESTART: M:\AI\nmt-chatbot-master\nmt-chatbot-master\train.py ========
Traceback (most recent call last):
Fi…
-
Traceback (most recent call last):
File "F:/AI/RedditChatBot/nmt-chatbot-master/train.py", line 8, in
from nmt import nmt
File "F:\AI\RedditChatBot\nmt-chatbot-master\nmt\nmt.py", line 28,…
-
`
/Users/andyblocker/mambaforge/envs/llm-as-chatbot/lib/python3.9/site-packages/transformers/generation/utils.py:725: UserWarning: MPS: no support for int64 repeats mask, casting it to int32 (Trigger…
-
Getting a attribute error like this
`Traceback (most recent call last):
File "C:\Users\Inspired Kinematics\Desktop\nmt-chatbot\train.py", line 7, in
from nmt import nmt
File "C:\Users\Ins…
-
It seems that the order of inputs and labels parameter is changed in the new tf.nn.sampled_softmax_loss API.
But after changing the order, it still reports error: TypeError: Input 'y' of 'Mul' Op has…
-
### 运行以下命令,出现崩溃,该怎么解决?
```
python3 main.py chat
Doragd > 你在 干嘛
```
#### 崩溃信息:
```
Traceback (most recent call last):
File "main.py", line 38, in
fire.Fire()
File "/home/chenjm/.…
-
Unsure why I'm facing this issue or how to solve it. I have tried to look it up, but it didn't turn up any answers that made sense. I haven't changed anything in settings.py, so nothing wrong there.
…