Hyunyoung Jin
Results
2
comments of
Hyunyoung Jin
@odebroqueville You can modify the code to `to Json = True` in the Extractor() class at extract.py. ``` class Extractor(): """ An extraction task on a article. """ ## #...
@gittea-rpi I'm having the same problem. First of all, I forced it as below and then implemented it to solve it. ``` export CUDA_VISIBLE_DEVICES=0 poetry run python -m private_gpt ```