Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
File size: 487 Bytes
997becd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tool.poetry]
name = "swapnice-openorcaxopenchat-preview2-13b"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
license = "n"
readme = "README.md"
packages = [{include = "swapnice_openorcaxopenchat_preview2_13b"}]

[tool.poetry.dependencies]
python = "^3.10"
transformers = "^4.31.0"
tokenizers = "^0.13.3"
sentencepiece = "^0.1.99"
accelerate = "^0.21.0"
torch = "^2.0.1"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"