Junlin Zhou

Results 36 comments of Junlin Zhou

@baskaryan I added 2 basic unittests covering the correct case, let me know if you want more.

@urbanscribe is it because the generated json block is not closing (missing the trailing ```)?

@urbanscribe That should not happen, are you using the ChatOutputParser? Can you provide some error log or a minimal code snippet to reproduce your error?

Sorry I think I missed one, the `QuerySQLCheckerTool` also has a reference of `QuerySQLDataBaseTool`. Or do you think it's better to modify the reference in these tools' default description?

> Sorry I think I missed one, the `QuerySQLCheckerTool` also has a reference of `QuerySQLDataBaseTool`. Or do you think it's better to modify the reference in these tools' default description?...

> Using the readme example: > > ```python > import datetime > from typing import Optional > > from pydantic import EmailStr > > from redis_om import HashModel > >...

Also interested in this model, it performs pretty good in my tests.

Same issue, Ubuntu 20.04, cuda 11.7, 0.8.0 compiles but 0.8.1 raised the same error.

We are passing some configuration through command line args, for example `--max-input-length 1000 --max-total-tokens 2048`, which is reflected in the `$BASE_URL/info` endpoint, but not in the `text-generation-launcher --env` command. After...

It seems that this happends when using a very low temperature. For example, when using temperature 10e-3, The server will respond correctly. ```console > curl -X POST -H "content-type: application/json"...