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
Can you please upload the "pytorch_model/python/full.rawcode.txtfull.rawcode.txt" file, or provide a link to the file
While running python codesearcher.py --mode search --language python
I got the following output
Build Model
Loading codebase (chunk size=2000000)..
Traceback (most recent call last):
File "codesearcher.py", line 336, in <module>
searcher.load_codebase()
File "codesearcher.py", line 52, in load_codebase
self.path + self.conf['use_codebase']).readlines()
File "D:\Setups\Anaconda\envs\torch\lib\codecs.py", line 898, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: './python/full.rawcode.txt'
The text was updated successfully, but these errors were encountered:
Can you please upload the "pytorch_model/python/full.rawcode.txtfull.rawcode.txt" file, or provide a link to the file
While running
python codesearcher.py --mode search --language python
I got the following output
The text was updated successfully, but these errors were encountered: