lihan

Results 15 issues of lihan

## Intention Display the user email address in the BigQuery's query log, instead of the email from the uploaded JSON key file. ## How does it work? * Keep the...

Support Question

``` data_diff.databases.base.ConnectError: Exception when trying to execute SQL code: SELECT column_name, data_type, 6 as datetime_precision, 38 as numeric_precision, 9 as numeric_scale FROM my_table_name.INFORMATION_SCHEMA.COLUMNS WHERE table_name = 'booking' AND table_schema =...

Fixed scipy dependency and ported code to tensorflow 2

Refer to this line, https://github.com/rconradharris/envparse/blob/master/envparse.py#L54 Can we have "True" as truthy value? It's python's format. If yes, I could do a PR. Cheers

Does this also have the support for cross-cluster service discovery? For some workloads (Master-master DB replica), it would require one master from a cluster connect to another cluster,

Try validating against the schema from https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/ Got error of ``` Failed validating 'oneOf' in schema['properties']['paths']['patternProperties']['^/']['properties']['patch']['properties']['requestBody']: {'oneOf': [{'$ref': '#/definitions/requestBody'}, {'$ref': '#/definitions/reference'}]} ``` Source spec file ``` paths: /pets: patch: requestBody:...

I cannot import this filter, what are the possible reasons for this? The anything else is working as it supposed. COMPRESS_CSS_FILTERS = [ 'compressor.filters.css_default.CssAbsoluteFilter', 'compressor.filters.cssmin.CSSMinFilter' ]

### Feature request Is it possible to add AQLM support? [Transformers](https://github.com/huggingface/transformers/pull/28928) now supporting this. ### Motivation Allow more models to be served by TGI ### Your contribution Helping you to...

### System Info Trying to run `ghcr.io/huggingface/text-generation-inference:1.4` with the following parameter ``` web: args: - --model-id - TheBloke/zephyr-7B-beta-AWQ - --port - "7860" - --quantize - awq - --env replicaCount: 1...