Abhinand

Results 5 comments of Abhinand

Can you assign this to me? I have a solution.

I am interested in solving these, * Perceptron as XNOR operator * Perceptron as XOR operator Can you assign me?

@msenneret Thanks for your answer. I am able to load the model now. The problem is when I create a pipeline and try to make inference using langchain it is...

Solved the issue by adding these lines of code before creating the HF pipeline ```python import accelerate max_memory = { 0: 6000000000, # (bytes) according to your GPU 'cpu': 13000000000...