YogeshTembe

Results 3 issues of YogeshTembe

In the description of enum "NodeFlags" there is a bad word used, its definitely a misspelling. So corrected a minor mistake in this description. Please let me know if any...

### Issue you'd like to raise. I have installed langchain and ctransformer using - ``` pip install langchain pip install ctransformers[cuda] ``` I am trying following piece of code -...

🤖:bug
â±­: models

I have installed ctransformers using - `pip install ctransformers[cuda]` I am trying following piece of code - ``` from langchain.llms import CTransformers config = {'max_new_tokens': 512, 'repetition_penalty': 1.1, 'context_length': 8000,...