Naor Sabag
Results
2
comments of
Naor Sabag
I'm having the same issue when running on CPU ``` $ python run_localGPT.py --device_type cpu Running on: cpu load INSTRUCTOR_Transformer max_seq_length 512 Using embedded DuckDB with persistence: data will be...
I run the following as @Otoliths suggested and it solved the issue `conda install -c conda-forge c-compiler` `conda install -c "conda-forge/label/cf202003" c-compiler`