Aishik Bandyopadhyay
Results
2
issues of
Aishik Bandyopadhyay
``` PS C:\Users\ujana\dalai\alpaca\build> C:\Users\ujana\dalai\venv\Scripts\cmake --build . --config Release The system cannot find the file specified CMake Error: Generator: execution of make failed. Make command was: nmake -f Makefile /nologo &&...
when I am running this code : ``` const h = require('@huggingface/inference') const Hf = new h.HfInference(process.env.HUGGINGFACE_API_KEY) // Request the HuggingFace API for the response async function start() { const...
reproduction needed