We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Context Providers failed in windows 11
Information about your version tabby:tabby_x86_64-windows-msvc-cuda122.zip
Information about your GPU +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 537.13 Driver Version: 537.13 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+======================+======================| | 0 NVIDIA GeForce RTX 4060 Ti WDDM | 00000000:01:00.0 On | N/A | | 0% 43C P8 9W / 165W | 1241MiB / 16380MiB | 3% Default | | | | N/A | +-----------------------------------------+----------------------+----------------------+
Additional context codefile: E:\code\test\a.py configuration in tabby: URL:http://localhost:8080/settings/providers/git/new menu:Context Providers ->git->create name:test url:file://E:/code/test
job error msggage: 2025-01-18T13:12:54.225408+08:00 [INFO]: Building source code index: file:///E:/code/test 2025-01-18T13:12:54.226525+08:00 [INFO]: Job failed could not find repository at 'E:/code/test'; class=Repository (6); code=NotFound (-3)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Context Providers failed in windows 11
Information about your version
tabby:tabby_x86_64-windows-msvc-cuda122.zip
Information about your GPU
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 537.13 Driver Version: 537.13 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 4060 Ti WDDM | 00000000:01:00.0 On | N/A |
| 0% 43C P8 9W / 165W | 1241MiB / 16380MiB | 3% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
Additional context
codefile:
E:\code\test\a.py
configuration in tabby:
URL:http://localhost:8080/settings/providers/git/new
menu:Context Providers ->git->create
name:test
url:file://E:/code/test
job error msggage:
2025-01-18T13:12:54.225408+08:00 [INFO]: Building source code index: file:///E:/code/test
2025-01-18T13:12:54.226525+08:00 [INFO]: Job failed could not find repository at 'E:/code/test'; class=Repository (6); code=NotFound (-3)
The text was updated successfully, but these errors were encountered: