Enable NUMA feature for llama_cpp_python (#4040)

This commit is contained in:
StoyanStAtanasov 2023-09-27 03:05:00 +02:00 committed by GitHub
parent 87ea2d96fd
commit 7e6ff8d1f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 21 additions and 12 deletions

View file

@ -82,7 +82,8 @@ def list_model_elements():
'max_seq_len',
'compress_pos_emb',
'alpha_value',
'rope_freq_base'
'rope_freq_base',
'numa',
]
for i in range(torch.cuda.device_count()):