Jerome MASSOT
Jerome MASSOT
Hi @sushreebarsa Thanks for your reply. The code that I am using is the carbon-copy of this one available in the Keras example. https://github.com/keras-team/keras-io/blob/master/examples/vision/image_classification_efficientnet_fine_tuning.py Two tiny differences: 1- The fit()...
I do not have an existing index, I need to create a new one. So nope, I do not want to use `from_existing_index()` but instead `from_documents()` and I am expecting...
Hi Omar, I think that the only modification to the current HFClientTGI is to include the authorization token in the headers. Something like: ``` def __init__(self, model, port, url="http://future-hgx-1", http_request_kwargs=None,...
Hi Omar, ok, so I have investigated and found a way to connect to a protected HF endpoint. I have also found some potential deprecated code in the hf_client.py module....
Ok. In which branch do you want me to request the pull? Sorry if my question looks silly but I am not very fluent with GitHub process :) Best regards...
``` class HFClientTGI(HFModel): def __init__(self, model, port=None, url=None, token=None, http_request_kwargs=None, **kwargs): super().__init__(model=model, is_client=True) self.url = url self.ports = port if isinstance(port, list) else [port] self.http_request_kwargs = http_request_kwargs or {} self.headers...
Same problem on Colab using a vanilla setup running : Python 3.10.11 apache-beam 2.47.0 datasets 2.12.0
Hi fineguy2, I have changed to a batch size of 32 and the problem persists
There is an evolution of the frameworks installed by default on my Colab: **TPU v2.8**: - python: 3.11.11 - jax: 0.4.33 - TensorFlow: 2.18.0 - tfds: 4.9.7 No more errors...
Hi Kristopher, thanks for your comment. I confirm that the Datastore is consistent with the Kaggle dataset. And if I query the agent 10 times I may have sometimes an...