Skip to content

Commit fe0f016

Browse files
committed
adjusting the table in readme
1 parent 54375e1 commit fe0f016

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,6 @@ Coming soon...
9393
## Function-Comparison
9494
In terms of functionality, we have made several changes to the git repository. Firstly, we have addressed the network issues with huggingface and enhanced the inference speed by introducing local inference capabilities for embeddings. Additionally, considering the limitations of the SqlAlchemy framework, we have completely revamped the module responsible for interacting with relational databases, enabling more flexible database operations. In practical scenarios, LLM products often require integration with multiple users and multiple models. Hence, we have added support for multi-tenancy in the ModelCache, while also making preliminary compatibility adjustments for system commands and multi-turn dialogue.
9595

96-
<head>
97-
<style>
98-
table, th, td {
99-
border-collapse: collapse;
100-
text-align: left;
101-
padding: 10px;
102-
margin-left: 20px;
103-
margin-right: 20px;
104-
}
105-
.checkmark {
106-
font-size: 24px;
107-
}
108-
109-
</style>
110-
</head>
111-
11296
<table>
11397
<tr>
11498
<th rowspan="2">Module</th>

0 commit comments

Comments
 (0)