Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Killed while running sample script #10

Closed
kang-mus opened this issue Mar 1, 2022 · 1 comment
Closed

Killed while running sample script #10

kang-mus opened this issue Mar 1, 2022 · 1 comment

Comments

@kang-mus
Copy link

kang-mus commented Mar 1, 2022

Hi, I try to run this project on a VPS with 2GB RAM. When i try to enter script parrot = Parrot the python terminal is Killed. Can you help me please?

Python 3.8.10 (default, Nov 26 2021, 20:14:08)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from parrot import Parrot
>>> import torch
>>> import warnings
>>> warnings.filterwarnings("ignore")
>>> def random_state(seed):
...   torch.manual_seed(seed)
...   if torch.cuda.is_available():
...     torch.cuda.manual_seed_all(seed)
...
>>> random_state(1234)
>>>
>>> parrot = Parrot(model_tag="prithivida/parrot_paraphraser_on_T5")
Killed

@theo-j22
Copy link

Having same issue.
image
@PrithivirajDamodaran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants