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 c74ca30

Browse filesBrowse files
committed
to merge
1 parent 3c75cbe commit c74ca30
Copy full SHA for c74ca30

File tree

Expand file treeCollapse file tree

1 file changed

+5
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-13
lines changed

‎llama_cpp/llama_cpp.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_cpp.py
+5-13Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
11
from __future__ import annotations
22

3-
import sys
4-
import os
53
import ctypes
64
import functools
5+
import os
76
import pathlib
7+
import sys
8+
from ctypes import Structure, c_float, c_int, c_int32, c_int64, c_void_p, POINTER, c_char_p
9+
from typing import (TYPE_CHECKING, Any, Callable, Generic, List, NewType,
10+
Optional, TypeVar, Union)
811

9-
from typing import (
10-
Any,
11-
Callable,
12-
List,
13-
Union,
14-
NewType,
15-
Optional,
16-
TYPE_CHECKING,
17-
TypeVar,
18-
Generic,
19-
)
2012
from typing_extensions import TypeAlias
2113

2214

0 commit comments

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