backupenvs4 / env_gptq3 /bin /ipython3
aneeshm44's picture
Add files using upload-large-folder tool
037cc9b verified
Raw
History Blame Contribute Delete
214 Bytes
#!/data/aneesh/env_gptq3/bin/python
import sys
from IPython import start_ipython
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(start_ipython())