-
```shell
(.venv) ubuntu@c2-large-x86-syd-1:~/workspace/yzp$ python3 --version
Python 3.10.12
(.venv) ubuntu@c2-large-x86-syd-1:~/workspace/yzp$ pip show bittensor
Name: bittensor
Version: 8.2.0
…
-
### Repository commit
fcf82a1eda21dcf36254a8fcaadc913f6a94c8da
### Python version (python --version)
Python 3.10.6
### Dependencies version (pip freeze)
```
absl-py==2.1.0
astunparse==1.6.3
beau…
-
I want to run [sft](https://github.com/huggingface/peft/tree/main/examples/sft) example and I get some erros, Can you help me to find the problem?
I run [run_peft_fsdp.sh](https://github.com/huggin…
-
Hi, thank you for this package!
**Describe the issue**
I am trying to use the `KeycloakOpenID` client in Python to connect to a Keycloak server behind a proxy, specifying a custom certificate fo…
-
### System Info
GPU 2* A30, TRT-LLM branch main, commid id: 66ef1df492f7bc9c8eeb01d7e14db01838e3f0bd
### Who can help?
_No response_
### Information
- [x] The official example scripts
- [ ] …
-
### What happened?
Hi, I've recently noticed that when I asked Magentic One to scrape the dynamic content on the certain page where the context is being loaded dynamically by scrolling down. The `Cod…
-
On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues.
Here is the output with warnings:
```con…
-
mirrord.json
```json
{
"target": {
"path": "deployment/c",
"namespace": "c"
},
"feature": {
"env": {
"override": {"REQUESTS_CA_BUNDLE": "/etc/s…
-
### What problem are you facing?
We have two helpers to convert between Python dictionaries and protobuf structs:
* `resource.struct_to_dict(some_struct)`
* `resource.dict_to_struct(some_…
-
Hi team I have a example based on the latest nv image nvcr.io/nvidia/tensorflow:24.07-tf2-py3 but run the mpi job on different nodes. However it complains that the launcher could not identify the work…