text-generation-inference/server/text_generation_server/layers
Nicolas Patry d626685039 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-09-24 03:52:23 +00:00
..
attention Removing IPEX_AVAIL. (#2115) 2024-09-24 03:52:23 +00:00
awq Refactor layers. (#1866) 2024-07-17 05:36:58 +00:00
gptq Fix text-generation-server quantize (#2103) 2024-09-24 03:46:09 +00:00
__init__.py MLPSpeculator. (#1865) 2024-07-17 05:36:58 +00:00
bnb.py Update torch import reference in bnb quantization (#1902) 2024-07-17 05:36:58 +00:00
conv.py Refactor layers. (#1866) 2024-07-17 05:36:58 +00:00
eetq.py Refactor layers. (#1866) 2024-07-17 05:36:58 +00:00
exl2.py Add support for exl2 quantization 2024-09-24 03:19:39 +00:00
fp8.py Refactor layers. (#1866) 2024-07-17 05:36:58 +00:00
layernorm.py Removing IPEX_AVAIL. (#2115) 2024-09-24 03:52:23 +00:00
linear.py Add support for GPTQ Marlin (#2052) 2024-09-24 03:43:30 +00:00
marlin.py Add support for GPTQ Marlin (#2052) 2024-09-24 03:43:30 +00:00
medusa.py fix: use path inside of speculator config (#1935) 2024-07-17 05:36:58 +00:00
mlp.py MLPSpeculator. (#1865) 2024-07-17 05:36:58 +00:00
rotary.py Removing IPEX_AVAIL. (#2115) 2024-09-24 03:52:23 +00:00
speculative.py MLPSpeculator. (#1865) 2024-07-17 05:36:58 +00:00
tensor_parallel.py Removing IPEX_AVAIL. (#2115) 2024-09-24 03:52:23 +00:00