Skip to content

add note about running in terminal, not iTerm#3

Open
scottleibrand wants to merge 1 commit intodanielgross:mainfrom
scottleibrand:patch-1
Open

add note about running in terminal, not iTerm#3
scottleibrand wants to merge 1 commit intodanielgross:mainfrom
scottleibrand:patch-1

Conversation

@scottleibrand
Copy link

... to avoid sveinbjornt/hear#15

When running in iTerm, hear gives Abort trap: 6, but that doesn't get trapped, so the resulting error is an attempted fork loop:

Starting ./hear
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:
	- Avoid using `tokenizers` before the fork if possible
	- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)
Starting ./hear
huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...
To disable this warning, you can either:
	- Avoid using `tokenizers` before the fork if possible
	- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)
Starting ./hear

etc.

@n2nco
Copy link

n2nco commented Dec 21, 2022

Case it helps anyone reading, this applies to running Teleprompter in VS Code integrated terminal - same error:

image

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

Successfully merging this pull request may close these issues.

2 participants