Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yousseb/ov-gpt-neo
ov-gpt-neo
https://github.com/yousseb/ov-gpt-neo
Last synced: about 15 hours ago
JSON representation
ov-gpt-neo
- Host: GitHub
- URL: https://github.com/yousseb/ov-gpt-neo
- Owner: yousseb
- Created: 2023-02-21T22:23:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-21T22:40:18.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:47:16.173Z (3 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-openvino - OpenVINO GPT-Neo - a port of GPT-Neo that uses OpenVINO. (Table of content / Natural Language Processing)
README
# OpenVino GPT-Neo
This is a port of GPT-Neo that uses OpenVino - and hopefully the Intel Neural Compressor - to run on CPU.
## Installation
1. venv
2. `pip install -r requirements.txt`
3. `python ovify.py`## Run
`pythong main.py`## Links
For Embeddings:
- https://huggingface.co/sentence-transformers/all-mpnet-base-v2?fbclid=IwAR3yYkBren6LGyPN9ZeCa2c7l7PWlVEon2J31O5MiA8BqaZfIjncpvsM6XUChatbot:
- https://github.com/bborn/howdoi.ai
- https://github.com/hwchase17/chat-langchain
-