-
loading faster whisper model: large large
0%| | 0/349 [00:00
-
Its easier to read. just keep the old naming for compat for about a year, and then we can deprecate them
-
This program won't compile with lfortran but 5 other compilers write ```666``` to unit ```*```:
```
program linetest
character(80):: line
write(line(1:3),'(I3)') 666
write(*,'(A)') line(1:3…
-
https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/dep_libs/ffmpeg-master-latest-win64-gpl-shared.zip
下载之后查看,因该是2023-11月编译的,ffmpeg版本是6.1 。
我在 windows on arm64 电脑上没有这个版本,希望你们能提供
-
*Original issue*: https://gitlab.com/lfortran/lfortran/-/issues/270
Code
```fortran
subroutine triad(a, b, scalar, c)
real, intent(in) :: a(:), b(:), scalar
real, intent(out) :: c(:)
integer :: N, i
…
-
**MRE**
```fortran
module b
character(100) :: arr2(10) ="abcd"
end module
program a
end program a
```
```shell
Traceback (most recent call last):
Binary file "/home/assem/lfort…
-
The problem seems to be related to the re-creation of Handle ASR-99752. No regularities were found in the appearance of this problem. the problem appears on different versions of asterisk and unimrcp-…
-
Hey there! Just wanted to drop a quick note about how awesome this project is. We've been playing around with it and are pretty impressed.
Some cool stuff we noticed:
- The code is super easy to f…
-
*Original issue*: https://gitlab.com/lfortran/lfortran/-/issues/329
The motivation is well explained in these two threads (with screenshots, etc.):
https://twitter.com/cfbolz/status/1386315196982079…
-
Hi,
I'm unsure what one does on the official form when you have more trainers than rows on the form, but it doesn't look like this code gracefully handles this issue. Please see attached screenshot.…