PromptEngineer

Results 107 comments of PromptEngineer

@schnettker let me have a look at it. Will try to reproduce it. @skittixch are you facing this after running the `pip install -r requirements.txt` command? Seems like your python...

@liuyang77886 Seems like its not able to read your file, it can be an empty file. Can you check if the file is in the right path?

@LeafmanZ here are a few changes I suggest to make. - The issue with ingest.py when you don't delete the `PERSIST_DIRECTORY` folder is coming from the fact that you were...

@teleprint-me can you look at this #173. This is the idea we have for moving forward. There will be a base localGPT class and we can build cli and api...

@teleprint-me I looked at your code and I like your approach as well. I think it will be great to combine both of these to get the best of both...

@teleprint-me @LeafmanZ Here is what I am thinking. To make it easier to maintain and update, rather than combining both codes, we go with the `dev` branch. We will remove...

@teleprint-me I just saw your PR, let me have a look at it. In terms of the CLI options, I can see them being useful later on, specially if we...

@teleprint-me I think there is a bug in `run.py` and `__init__.py`. Even if you are not using a quantized model, possible values of `model_safetensors` are limited to the ones provided...