You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time accessing certain git repository with git-lfs(https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B in this case), a git process and a git-lfs process will be started and cause a lot of disk usage.
There will be many writes in ./.git/lfs/tmp and soon be deleted. In my case, the total write size may equal to the size of ./.git/lfs/objects.
Accessing the same path with apple terminal will not start a git-lfs process.
It may not actually be a bug, but the guys who want to check certain LLM model in their 256G macbook may get in trouble.
Pre-submit Checks
Describe the bug
Each time accessing certain git repository with git-lfs(https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B in this case), a git process and a git-lfs process will be started and cause a lot of disk usage.
There will be many writes in
./.git/lfs/tmp
and soon be deleted. In my case, the total write size may equal to the size of./.git/lfs/objects
.Accessing the same path with apple terminal will not start a git-lfs process.
It may not actually be a bug, but the guys who want to check certain LLM model in their 256G macbook may get in trouble.
To reproduce
'cd' to a git repository with git-lfs (https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B for example).
Expected behavior
No response
Screenshots
No response
Operating system
MacOS
Operating system and version
Sequoia 15.3.1
Shell Version
zsh 5.9 (arm64-apple-darwin24.0)
Current Warp version
v0.2025.02.12.16.51.stable_03
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
No response
Does this block you from using Warp daily?
No
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None
The text was updated successfully, but these errors were encountered: