Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
moghadas76 opened an issue on oumi-ai/oumi
[Bug]: Kubernetes support
### What happened? Kubernetes support ### Steps to reproduce the bug Kubernetes support ### System Info Ubuntu 22.04moghadas76 opened an issue on huggingface/peft
dataclass config handling
### System Info Collecting environment information... PyTorch version: N/A Is debug build: N/A CUDA used to build PyTorch: N/A ROCM used to build PyTorch: N/A OS: Ubuntu 22.04.4 LTS (x86_64) GCC ...moghadas76 created a branch on moghadas76/peft
fix/dict_config - 🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
moghadas76 opened an issue on huggingface/peft
Commented PeftConfig
### System Info # from .config import PeftConfig, PeftType, PromptLearningConfig, TaskType @ ./peft/utils/__init__.py Why? ### Who can help? _No response_ ### Information - [x] The official ...moghadas76 opened an issue on microsoft/vscode
Change behaviour after file deletion
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: ...moghadas76 opened an issue on pytorch/pytorch
clamp_min did not work
### 🐛 Describe the bug ```python import numpy as np import torch file = np.load("tensor.zip") tensor = torch.from_numpy(file.f.arr_0) print(tensor) print(tensor.shape) print(torch.ge(tensor.cla...moghadas76 created a branch on moghadas76/pytorch
fix/student_t_kl - Tensors and Dynamic neural networks in Python with strong GPU acceleration