mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 11:54:52 +00:00
Last fixes hopefully.
This commit is contained in:
parent
f3388d290f
commit
4170de1b37
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ install-server:
|
|||||||
cd server && make install
|
cd server && make install
|
||||||
|
|
||||||
install-custom-kernels:
|
install-custom-kernels:
|
||||||
cd server/custom_kernels && python setup.py install
|
if [ "$$BUILD_EXTENSIONS" == "True" ]; then cd server/custom_kernels && python setup.py install; else echo "Custom kernels are disabled, you need set to BUILD_EXTENSION environment variable to 'True' in order to build them. (Please read the docs, kernels might not work on all hardware)"; fi
|
||||||
|
|
||||||
install-integration-tests:
|
install-integration-tests:
|
||||||
cd integration-tests && pip install -r requirements.txt
|
cd integration-tests && pip install -r requirements.txt
|
||||||
|
@ -411,7 +411,6 @@ class FlashRWLayer(nn.Module):
|
|||||||
config,
|
config,
|
||||||
prefix=f"{prefix}.mlp",
|
prefix=f"{prefix}.mlp",
|
||||||
weights=weights,
|
weights=weights,
|
||||||
reduce=False,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
self.process_group = weights.process_group
|
self.process_group = weights.process_group
|
||||||
|
Loading…
Reference in New Issue
Block a user