avatarproject123
avatarproject123
> The `generate_reply()` function is defined in the `modules/text_generation.py` file, so to call it from `server.py`, you need to import the function first. > > At the beginning of the...
I have added a print statement is starting of generate_reply function. So that I cam to know we have entered the function but when calling the function nothing is happening...
@icsl-Jeon yes I have installed cuda `import torch torch.cuda.is_available()` Output : True [https://ibb.co/m9vdRpy](https://ibb.co/m9vdRpy)