This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-41-246:~$ wget -O - https://apt.corretto.aws/corretto.key | sudo gpg --dearmor -o /usr/share/keyrings/corretto-keyring.gpg && \ | |
> echo "deb [signed-by=/usr/share/keyrings/corretto-keyring.gpg] https://apt.corretto.aws stable main" | sudo tee /etc/apt/sources.list.d/corretto.list | |
--2023-12-15 06:46:12-- https://apt.corretto.aws/corretto.key | |
Resolving apt.corretto.aws (apt.corretto.aws)... 18.160.41.53, 18.160.41.58, 18.160.41.60, ... | |
Connecting to apt.corretto.aws (apt.corretto.aws)|18.160.41.53|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1695 (1.7K) [binary/octet-stream] | |
Saving to: ‘STDOUT’ | |
- 100%[===================>] 1.66K --.-KB/s in 0s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repairing: START NAME NAME '(' ')' ':' NEWLINE 98 NAME '=' '[' STRING ',' STRING ']' NEWLINE 'def' NAME '(' NAME ')' ':' NEWLINE 98 'return' NAME '+' NAME NEWLINE 99 'return' NAME NEWLINE 99 NAME '=' NAME '(' ')' END | |
Found length-2 fix in 279ms after 8697 total and 5 valid samples (31 samples/ms, first valid sample: 244ms) | |
Average time to find human fix: ~674ms (367 trials, 53 expired after 10000ms) | |
Average time to find valid fix: ~333ms | |
Average samples before matched: ~62742 | |
Average repair throughput / ms: ~57 | |
Average valid repairs detected: ~154 | |
Repairing: START NAME '=' '(' STRING ',' STRING ',' STRING ',' STRING ',' STRING ',' STRING ',' END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Constructing ∩-grammar took: 1381ms | |
∩-grammar has 383551 total productions | |
Removed 292478 useless productions. | |
Removed 80128 useless productions. | |
Removed 7536 useless productions. | |
Removed 1898 useless productions. | |
Removed 667 useless productions. | |
Removed 169 useless productions. | |
Removed 10 useless productions. | |
Removed 0 useless productions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Task :javadoc FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':javadoc'. | |
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/Users/breandan/IdeaProjects/whisper.cpp/bindings/java/build/tmp/javadoc/javadoc.options' | |
* Try: | |
> Run with --info or --debug option to get more log output. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Xdoclint:none '-quiet' | |
-classpath '/Users/breandan/IdeaProjects/whisper.cpp/bindings/java/build/classes/java/main:/Users/breandan/IdeaProjects/whisper.cpp/bindings/java/build/resources/main:/Users/breandan/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/5.13.0/1200e7ebeedbe0d10062093f32925a912020e747/jna-5.13.0.jar' | |
-d '/Users/breandan/IdeaProjects/whisper.cpp/bindings/java/build/docs/javadoc' | |
-doctitle 'whispercpp 1.4.0 API' | |
-notimestamp | |
-quiet | |
-windowtitle 'whispercpp 1.4.0 API' | |
'/Users/breandan/IdeaProjects/whisper.cpp/bindings/java/src/main/java/io/github/ggerganov/whispercpp/WhisperCppJnaLibrary.java' | |
'/Users/breandan/IdeaProjects/whisper.cpp/bindings/java/src/main/java/io/github/ggerganov/whispercpp/callbacks/WhisperEncoderBeginCallback.java' | |
'/Users/breandan/IdeaProjects/whisper.cpp/bindings/java/src/main/java/io/github/ggerganov/whispercpp/callbacks/WhisperNewSegmentCallback.java' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x000000018393be64, pid=36696, tid=8451 | |
# | |
# JRE version: OpenJDK Runtime Environment JBR-17.0.1.12-164.8-jcef (17.0.1+12) (build 17.0.1+12-b164.8) | |
# Java VM: OpenJDK 64-Bit Server VM JBR-17.0.1.12-164.8-jcef (17.0.1+12-b164.8, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64) | |
# Problematic frame: | |
# C [libsystem_platform.dylib+0xe64] _platform_strlen+0x4 | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.UnsatisfiedLinkError: Unable to load library 'whisper': | |
dlopen(libwhisper.dylib, 0x0009): tried: 'libwhisper.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibwhisper.dylib' (no such file), '/Library/Java/JavaVirtualMachines/jetbrains-runtime-17.jdk/Contents/Home/bin/./libwhisper.dylib' (no such file), '/Library/Java/JavaVirtualMachines/jetbrains-runtime-17.jdk/Contents/Home/bin/../lib/libwhisper.dylib' (no such file), '/usr/lib/libwhisper.dylib' (no such file, not in dyld cache), 'libwhisper.dylib' (no such file), '/usr/lib/libwhisper.dylib' (no such file, not in dyld cache) | |
dlopen(libwhisper.dylib, 0x0009): tried: 'libwhisper.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibwhisper.dylib' (no such file), '/Library/Java/JavaVirtualMachines/jetbrains-runtime-17.jdk/Contents/Home/bin/./libwhisper.dylib' (no such file), '/Library/Java/JavaVirtualMachines/jetbrains-runtime-17.jdk/Contents/Home/bin/../lib/libwhisper.dylib' (no such file), '/usr/lib/libwhisper.dylib' (no such f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
numValues = sum([len(i.cache.keys()) for i in _memoizedFunctions]), | |
expectedGroupedC = [(i, [(i, i * 3 + j) for j in range(3)]) for i in range(5)] | |
res2 = array(map(lambda x: int(x[1]), tmp)) | |
val = np.array([(1698 - 10.79 * xi) *(np.abs(np.cos(- 0.11 +(xi + 1) / 6)) - 1) + 484 for xi in x]) | |
bottom_ninetyfive_percent = sorted(signal)[: int(np.floor(len(signal) * 0.95))] | |
data = concatenate((data[0: indx[0] - 1, : ], data[indx[0] + 1: data.shape[0] - 1, : ])) | |
indx = (s[argmin(s[: , 1]), 0] if d_max > 6 * amin(s[: , 1]) else 1) | |
sbar_dudy = std(concatenate((data[indx: m - 1, 1], data[indx: m - 1, 2]))) / sqrt(ar_dudyI0.eff_N[0] + ar_dudyIn.eff_N[0]) | |
total = sum([int(input().split()[target_idx]) for _ in range(N)]) | |
val = np.array([(abs(b *((- xi) / a + 1))) *(- 1) *(np.abs(np.cos(c * xi)) - 1) ** 2 + d for xi in x]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import annotations | |
from functools import reduce | |
from typing import Union, SupportsFloat | |
class Operator: | |
def __str__(self): | |
return "" | |
class NoOP(Operator): |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disabling nonterminal stubs! | |
Drew 0 samples before timeout | |
Synthesized repair in: 73ms | |
Tidyparse (proposed/total): 0/1 | |
Tidyparse (accepted/proposed): 0/0 | |
ANTLR Tool version 4.7.1 used for code generation does not match the current runtime version 4.9.3 | |
ANTLR Runtime version 4.7.2 used for parser compilation does not match the current runtime version 4.9.3 | |
Original error: invalid syntax |
NewerOlder