Siladittya Manna
Siladittya Manna
Subfolders were not getting created using `os.system("mkdir -p {}".format(dirpath))` due to wrong syntax Replaced `os.system("mkdir -p {}".format(dirpath))` with `os.mkdir("{}".format(dirpath))`. Added a few lines for creating the dataset folder, train and...
Can the authors update the requirements.txt file with the versions of the transformers and sentence_transformers libraries?
### 🐛 Describe the bug Sample code to reproduce the problem: ```python python torchchat.py chat llama3 ``` Full traceback: ``` NumExpr defaulting to 6 threads. PyTorch version 2.4.0+cu121 available. Traceback...
I tried to build the app from the source. But after logging in and installing Stockfish, when any game starts, the app is stuck on an infinite loop of "Waiting...