方程

Results 7 issues of 方程

$ python NEMComments.py File "NEMComments.py", line 123 except requests.exceptions.ConnectionError, e: ^

# Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [X] Please open an issue before creating a PR or link to an existing...

size:XXL
⚙️ feat:model-runtime

### Pull Request Type - [X] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [...

### What would you like to see? I'd like to request support for [Gitee AI(LLM Provider)](https://ai.gitee.com/). Thank you.

enhancement
feature request

update cd path

Replace deprecated device_type parameter usage with positional argument in amp.autocast calls to fix FutureWarning: - compressai/models/video/google.py:362 - compressai/utils/video/eval_model/__main__.py:373 Changed from: amp.autocast(device_type=device.type, enabled=...) To: amp.autocast(device.type, enabled=...) This uses the modern torch.amp.autocast...