79764231

Date: 2025-09-14 10:38:22
Score: 0.5
Natty:
Report link

I used this code and it worked.

llm = HuggingFacePipeline(
        pipeline=local_pipe,
        model_kwargs={"temperature": 0.5, 'device':0},
    )

I set device to cuda.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: meysam