Install & Compatibility
Where this runs
tested against v0.3.5 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 23.3MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 2.5s · import 0.000s · 24MB
22MB installed
● package 22MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
NeMoLLM
✓ import nemollm
✗ from nemollm import NeMoLLM
Connection
✓ from nemollm import Connection
api
✓ from nemollm import api
Initialize the client with an API key and generate text.
from nemollm import NeMoLLM
api_key = os.environ.get('NEMO_API_KEY', '')
client = NeMoLLM(api_key=api_key)
response = client.generate("Hello, how are you?")
print(response)
Upgrade
Version history
0.3.5latest on PyPI · released Jan 5, 2024
Audit
Dependencies
requestsrequiredHTTP client