qwe7924296 / Chat-With-RTX-python-api

Chat With RTX Python API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python api for calling Chat With RTX local server

Usage

import rtx_api_3_5 as rtx_api

response = rtx_api.send_message("write fire emoji")
print(response)

Speed

Chat With RTX builds int4 (W4A16 AWQ) tensortRT engines for mistral 7b and llama2 13b

On my 4090
  mistral 130 tok/s
  lama 75 tok/s

LICENSE: CC0

About

Chat With RTX Python API


Languages

Language:Python 100.0%