Sudharsan Rajagopalan

Results 5 comments of Sudharsan Rajagopalan

I stopped using Falcon, wasn't useful. Moved over to pgadmin4 for Postgres. Please close this issue

Cannot iterate: ```for i in b: print(i) ``` ``` error: Expression [71]:19:14: 'Tuple[Int, Int]' does not implement the '__iter__' method for i in b: ^ expression failed to parse (no...

You have nicely demonstrated and answered your question here by training a new tokenizer on a new vocab. 👏 > Train a new tokenizer using the am_train and the old...

I can confirm, it doesn't work for me as well ``` from tensor import Tensor from utils.index import Index var t = Tensor[DType.int32](2, 2) t[Index(0, 0)] = 0 t[Index(0, 1)]...

Have the same issue, llama.cpp works with GPU but llama-cpp-python doesn't. One thing I found is the params printed on the console are different when using llama.cpp cli vs llama-cpp-python....