hf_text-generation-inference/clients/python/text_generation
Nicolas Patry 9e2fdf57c0
Removing IPEX_AVAIL. (#2115)
* Removing IPEX_AVAIL.

Chose to unify CPU and XPU under `ipex`. Most code is exactly similar
except for a very few spots.

The biggest number of spots is the kv-cache layout and the flash_xxx.py
files.
Since those files should be removed soon and factored away, we should
not need them.

* Forgot a few places.

* Unrelated change.

* Fixing HF_TOKEN.

* HF_TOKEN
2024-06-25 13:20:57 +02:00
..
__init__.py Update __version__ on __init__.py to 0.7.0 (#2017) 2024-06-05 14:51:07 +02:00
client.py Add completion route to client and add stop parameter where it's missing (#1869) 2024-05-23 09:37:09 -04:00
errors.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
inference_api.py fix(python-client): add auth headers to is supported requests (#234) 2023-04-25 13:55:26 +02:00
types.py Removing IPEX_AVAIL. (#2115) 2024-06-25 13:20:57 +02:00