Merge pull request #5 from Monadical-SAS/whisper-jax-gokul

PR for https://github.com/Monadical-SAS/reflector/issues/4
This commit is contained in:
projects-g
2023-06-09 12:57:11 +05:30
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -160,4 +160,6 @@ cython_debug/
#.idea/
*.mp4
*.txt
*.txt
config.ini
test_samples/

View File

@@ -164,6 +164,4 @@ def main():
if __name__ == "__main__":
# os.environ['KMP_DUPLICATE_LIB_OK'] = "1"
print("Gokul", os.environ['KMP_DUPLICATE_LIB_OK'])
main()