Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d9a1d90

Browse filesBrowse files
committed
Fix typo
1 parent 37556bf commit d9a1d90
Copy full SHA for d9a1d90

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎llama_cpp/llama.py

Copy file name to clipboardExpand all lines: llama_cpp/llama.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ def __init__(
850850
) # 0x7FFFFFFF is INT32 max, will be auto set to all layers
851851
self.model_params.main_gpu = main_gpu
852852
self.tensor_split = tensor_split
853-
self._p_tensor_split = None
853+
self._c_tensor_split = None
854854
if self.tensor_split is not None:
855855
if len(self.tensor_split) > llama_cpp.LLAMA_MAX_DEVICES:
856856
raise ValueError(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.